NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
nvsipl::IntrGpioInfo Struct Reference

Detailed Description

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

Field Documentation

◆ enableGetStatus

bool nvsipl::IntrGpioInfo::enableGetStatus

Whether to enable driver error localization upon interrupt.

Values: {true,false}.

Definition at line 75 of file NvSIPLDeviceBlockInfo.hpp.

◆ idx

uint32_t nvsipl::IntrGpioInfo::idx

The CDAC Interrupt GPIO index.

Range: [0,UINT32_MAX].

Definition at line 70 of file NvSIPLDeviceBlockInfo.hpp.

◆ timeout_ms

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.


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