Describes an Interrupt GPIO configuration.
Definition at line 70 of file NvSIPLDeviceBlockInfo.hpp.
Data Fields | |
uint32_t | idx |
The 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.
Definition at line 85 of file NvSIPLDeviceBlockInfo.hpp.
uint32_t nvsipl::IntrGpioInfo::idx |
The interrupt GPIO index.
GPIO indicies are defined in the platform's Device Block Device Tree configuration under the "tegra/gpios" subnode. Device Block base nodes are identified by a compatible equal to "nvidia,cdi-mgr".
Valid value: [GPIO indice from the platform's Device Block Device Tree configuration]
Definition at line 81 of file NvSIPLDeviceBlockInfo.hpp.
uint32_t nvsipl::IntrGpioInfo::timeout_ms |
Error localization timeout duration [ms], 0 to disable.
Valid value: [0, UINT32_MAX]
Definition at line 91 of file NvSIPLDeviceBlockInfo.hpp.