Describes an Interrupt GPIO configuration.
Definition at line 67 of file NvSIPLDeviceBlockInfo.hpp.
Data Fields | |
uint32_t | idx |
The CDAC Interrupt GPIO index. More... | |
bool | enableGetStatus |
Whether to enable driver error localization upon interrupt. More... | |
uint32_t | timeout_ms |
Error localization timeout duration [ms], 0 to disable. More... | |
bool nvsipl::IntrGpioInfo::enableGetStatus |
Whether to enable driver error localization upon interrupt.
Values: {true,false}.
Definition at line 75 of file NvSIPLDeviceBlockInfo.hpp.
uint32_t nvsipl::IntrGpioInfo::idx |
The CDAC Interrupt GPIO index.
Range: [0,UINT32_MAX].
Definition at line 70 of file NvSIPLDeviceBlockInfo.hpp.
uint32_t nvsipl::IntrGpioInfo::timeout_ms |
Error localization timeout duration [ms], 0 to disable.
Range: [0,UINT_MAX]
Definition at line 80 of file NvSIPLDeviceBlockInfo.hpp.