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... | |
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.
DevBlkCDIGpioEvent DevBlkCDIGPIOIndices::evt |
CAMGPIO index @anon_struct_member.
Definition at line 307 of file devblk_cdi.h.
uint32_t DevBlkCDIGPIOIndices::idx |
struct { ... } DevBlkCDIGPIOIndices::pins[DEVBLK_CDI_ROOT_DEVICE_MAX_GPIOS] |
List of CAMGPIO pins.
@anon_struct
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.