NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::IInterruptStatus::InterruptNotification Struct Reference

Detailed Description

Interrupt Notification from hardware device drivers to be delivered to the client.

Definition at line 55 of file IInterruptStatus.hpp.

Data Fields

InterruptCode code
 The interrupt code to send to the client in the notification. More...
 
uint64_t data
 Fixed-sized storage for custom driver-defined payload. More...
 
uint32_t gpioIdx
 The interrupt CDAC GPIO index. More...
 
uint32_t linkMask
 The one-hot link masks indicating which Camera Module link(s) this notification describes. More...
 
bool valid
 Whether this interrupt notification is valid (filled). More...
 

Field Documentation

◆ code

InterruptCode nvsipl::IInterruptStatus::InterruptNotification::code

The interrupt code to send to the client in the notification.

Definition at line 57 of file IInterruptStatus.hpp.

◆ data

uint64_t nvsipl::IInterruptStatus::InterruptNotification::data

Fixed-sized storage for custom driver-defined payload.

Definition at line 59 of file IInterruptStatus.hpp.

◆ gpioIdx

uint32_t nvsipl::IInterruptStatus::InterruptNotification::gpioIdx

The interrupt CDAC GPIO index.

Definition at line 61 of file IInterruptStatus.hpp.

◆ linkMask

uint32_t nvsipl::IInterruptStatus::InterruptNotification::linkMask

The one-hot link masks indicating which Camera Module link(s) this notification describes.

Definition at line 66 of file IInterruptStatus.hpp.

◆ valid

bool nvsipl::IInterruptStatus::InterruptNotification::valid

Whether this interrupt notification is valid (filled).

Ignored if set to false.

Definition at line 71 of file IInterruptStatus.hpp.


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