NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release
DevBlkCDIGPIOIndices Struct Reference

Detailed Description

Structure to hold array of CDAC GPIO indices.

Definition at line 162 of file devblk_cdi.h.

Data Fields

uint32_t idxs [DEVBLK_CDI_ROOT_DEVICE_MAX_GPIOS]
 A list of all CDAC GPIO device node indices. More...
 
uint32_t count
 Number of items in indices in gpio_idxs. More...
 

Field Documentation

◆ count

uint32_t DevBlkCDIGPIOIndices::count

Number of items in indices in gpio_idxs.

Valid range: [0, DEVBLK_CDI_ROOT_DEVICE_MAX_GPIOS].

Definition at line 169 of file devblk_cdi.h.

◆ idxs

uint32_t DevBlkCDIGPIOIndices::idxs[DEVBLK_CDI_ROOT_DEVICE_MAX_GPIOS]

A list of all CDAC GPIO device node indices.

Definition at line 164 of file devblk_cdi.h.


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