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... | |
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.
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.