NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
DevBlkCDIGPIOIndices Struct Reference

Detailed Description

Structure to hold array of CAMGPIO indices.

Definition at line 286 of file devblk_cdi.h.

Data Fields

struct {
   uint32_t   idx
 CAMGPIO index. More...
 
   uint32_t   timeout_ms
 Error localization timeout duration [ms], 0 to disable. More...
 
   DevBlkCDIGpioEvent   evt
 CAMGPIO index @anon_struct_member. More...
 
pins [DEVBLK_CDI_ROOT_DEVICE_MAX_GPIOS]
 List of CAMGPIO pins. More...
 
uint32_t count
 Number of items in indices in pins. More...
 

Field Documentation

◆ count

uint32_t DevBlkCDIGPIOIndices::count

Number of items in indices in pins.

Valid range: [0, DEVBLK_CDI_ROOT_DEVICE_MAX_GPIOS].

Definition at line 313 of file devblk_cdi.h.

◆ evt

DevBlkCDIGpioEvent DevBlkCDIGPIOIndices::evt

CAMGPIO index @anon_struct_member.

Definition at line 307 of file devblk_cdi.h.

◆ idx

uint32_t DevBlkCDIGPIOIndices::idx

CAMGPIO index.

Range: [0,UINT_MAX] @anon_struct_member

Definition at line 296 of file devblk_cdi.h.

◆ pins

struct { ... } DevBlkCDIGPIOIndices::pins[DEVBLK_CDI_ROOT_DEVICE_MAX_GPIOS]

List of CAMGPIO pins.

@anon_struct

◆ timeout_ms

uint32_t DevBlkCDIGPIOIndices::timeout_ms

Error localization timeout duration [ms], 0 to disable.

Range: [0,UINT_MAX] @anon_struct_member

Definition at line 302 of file devblk_cdi.h.


The documentation for this struct was generated from the following file: