NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::IntrGpioInfo Struct Reference

Detailed Description

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

Field Documentation

◆ enableGetStatus

bool nvsipl::IntrGpioInfo::enableGetStatus

Whether to enable driver error localization upon interrupt.

Definition at line 85 of file NvSIPLDeviceBlockInfo.hpp.

◆ idx

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.

◆ timeout_ms

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.


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