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... | |
InterruptCode nvsipl::IInterruptStatus::InterruptNotification::code |
The interrupt code to send to the client in the notification.
Definition at line 57 of file IInterruptStatus.hpp.
uint64_t nvsipl::IInterruptStatus::InterruptNotification::data |
Fixed-sized storage for custom driver-defined payload.
Definition at line 59 of file IInterruptStatus.hpp.
uint32_t nvsipl::IInterruptStatus::InterruptNotification::gpioIdx |
The interrupt CDAC GPIO index.
Definition at line 61 of file IInterruptStatus.hpp.
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.
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.