NVIDIA DRIVE OS Linux SDK API Reference

6.0.8 Release
CDAC_GPIO_DEVICE_FLAGS

Detailed Description

Macros

#define NVSIPL_GPIO_DEVICE_DESERIALIZER   (1U << 0U)
 GPIO originated from the deserializer. More...
 
#define NVSIPL_GPIO_DEVICE_SERIALIZER_0   (1U << 8U)
 GPIO originated from a serializer on link 0. More...
 
#define NVSIPL_GPIO_DEVICE_SERIALIZER_1   (1U << 9U)
 GPIO originated from a serializer on link 1. More...
 
#define NVSIPL_GPIO_DEVICE_SERIALIZER_2   (1U << 10U)
 GPIO originated from a serializer on link 2. More...
 
#define NVSIPL_GPIO_DEVICE_SERIALIZER_3   (1U << 11U)
 GPIO originated from a serializer on link 3. More...
 
#define NVSIPL_GPIO_DEVICE_SENSOR_0   (1U << 16U)
 GPIO originated from a sensor on link 0. More...
 
#define NVSIPL_GPIO_DEVICE_SENSOR_1   (1U << 17U)
 GPIO originated from a sensor on link 1. More...
 
#define NVSIPL_GPIO_DEVICE_SENSOR_2   (1U << 18U)
 GPIO originated from a sensor on link 2. More...
 
#define NVSIPL_GPIO_DEVICE_SENSOR_3   (1U << 19U)
 GPIO originated from a sensor on link 3. More...
 
#define NVSIPL_GPIO_DEVICE_INTR_ERR   (1U << 24U)
 GPIO is configured for error interrupts. More...
 
#define NVSIPL_GPIO_DEVICE_INTR_ERR_GETSTATUS   (1U << 25U)
 GPIO is configured for error interrupt localization. More...
 

Macro Definition Documentation

◆ NVSIPL_GPIO_DEVICE_DESERIALIZER

#define NVSIPL_GPIO_DEVICE_DESERIALIZER   (1U << 0U)

GPIO originated from the deserializer.

Definition at line 152 of file NvSIPLCommon.hpp.

◆ NVSIPL_GPIO_DEVICE_INTR_ERR

#define NVSIPL_GPIO_DEVICE_INTR_ERR   (1U << 24U)

GPIO is configured for error interrupts.

Definition at line 170 of file NvSIPLCommon.hpp.

◆ NVSIPL_GPIO_DEVICE_INTR_ERR_GETSTATUS

#define NVSIPL_GPIO_DEVICE_INTR_ERR_GETSTATUS   (1U << 25U)

GPIO is configured for error interrupt localization.

Definition at line 172 of file NvSIPLCommon.hpp.

◆ NVSIPL_GPIO_DEVICE_SENSOR_0

#define NVSIPL_GPIO_DEVICE_SENSOR_0   (1U << 16U)

GPIO originated from a sensor on link 0.

Definition at line 162 of file NvSIPLCommon.hpp.

◆ NVSIPL_GPIO_DEVICE_SENSOR_1

#define NVSIPL_GPIO_DEVICE_SENSOR_1   (1U << 17U)

GPIO originated from a sensor on link 1.

Definition at line 164 of file NvSIPLCommon.hpp.

◆ NVSIPL_GPIO_DEVICE_SENSOR_2

#define NVSIPL_GPIO_DEVICE_SENSOR_2   (1U << 18U)

GPIO originated from a sensor on link 2.

Definition at line 166 of file NvSIPLCommon.hpp.

◆ NVSIPL_GPIO_DEVICE_SENSOR_3

#define NVSIPL_GPIO_DEVICE_SENSOR_3   (1U << 19U)

GPIO originated from a sensor on link 3.

Definition at line 168 of file NvSIPLCommon.hpp.

◆ NVSIPL_GPIO_DEVICE_SERIALIZER_0

#define NVSIPL_GPIO_DEVICE_SERIALIZER_0   (1U << 8U)

GPIO originated from a serializer on link 0.

Definition at line 154 of file NvSIPLCommon.hpp.

◆ NVSIPL_GPIO_DEVICE_SERIALIZER_1

#define NVSIPL_GPIO_DEVICE_SERIALIZER_1   (1U << 9U)

GPIO originated from a serializer on link 1.

Definition at line 156 of file NvSIPLCommon.hpp.

◆ NVSIPL_GPIO_DEVICE_SERIALIZER_2

#define NVSIPL_GPIO_DEVICE_SERIALIZER_2   (1U << 10U)

GPIO originated from a serializer on link 2.

Definition at line 158 of file NvSIPLCommon.hpp.

◆ NVSIPL_GPIO_DEVICE_SERIALIZER_3

#define NVSIPL_GPIO_DEVICE_SERIALIZER_3   (1U << 11U)

GPIO originated from a serializer on link 3.

Definition at line 160 of file NvSIPLCommon.hpp.