NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
NvSIPLInterrupts.hpp File Reference

Detailed Description

NVIDIA SIPL: Interrupts

Definition in file NvSIPLInterrupts.hpp.

Go to the source code of this file.

Namespaces

 nvsipl
 Contains the classes and variables for implementation of SIPL.
 

Enumerations

enum  nvsipl::InterruptCode : uint32_t {
  nvsipl::InterruptCode::INTR_STATUS_DES_FAILURE = 0U,
  nvsipl::InterruptCode::INTR_STATUS_DES_TIMEOUT = 1U,
  nvsipl::InterruptCode::INTR_STATUS_DES_ERRB_ERR = 10U,
  nvsipl::InterruptCode::INTR_STATUS_DES_LOCK_ERR = 11U,
  nvsipl::InterruptCode::INTR_STATUS_PWR_FAILURE = 100U,
  nvsipl::InterruptCode::INTR_STATUS_PWR_TIMEOUT = 101U,
  nvsipl::InterruptCode::INTR_STATUS_SER_FAILURE = 1000U,
  nvsipl::InterruptCode::INTR_STATUS_SER_TIMEOUT = 1001U,
  nvsipl::InterruptCode::INTR_STATUS_SEN_FAILURE = 1100U,
  nvsipl::InterruptCode::INTR_STATUS_SEN_TIMEOUT = 1101U,
  nvsipl::InterruptCode::INTR_STATUS_PMIC_FAILURE = 1200U,
  nvsipl::InterruptCode::INTR_STATUS_PMIC_TIMEOUT = 1201U,
  nvsipl::InterruptCode::INTR_STATUS_EEPROM_FAILURE = 1300U,
  nvsipl::InterruptCode::INTR_STATUS_EEPROM_TIMEOUT = 1301U,
  nvsipl::InterruptCode::INTR_STATUS_LED_FAILURE = 1400U,
  nvsipl::InterruptCode::INTR_STATUS_LED_TIMEOUT = 1401U,
  nvsipl::InterruptCode::INTR_STATUS_FAILURE = 10000U,
  nvsipl::InterruptCode::INTR_STATUS_TIMEOUT = 10001U,
  nvsipl::InterruptCode::INTR_STATUS_LOCALIZATION_FAILURE = 10002U
}
 Interrupt Status Codes. More...