![]() |
xilsem
Vitis Drivers API Documentation
|
XSem_Notifier : This structure contains details of event notifications to be registered with the XilSEM server. More...
Data Fields | |
| u32 | Module |
| The module information to receive notifications. More... | |
| u32 | Event |
| The event types specify the specific event registration. More... | |
| u32 | Flag |
| Event flags to enable or disable notification. More... | |
XSem_Notifier : This structure contains details of event notifications to be registered with the XilSEM server.
| u32 XSem_Notifier::Event |
The event types specify the specific event registration.
For CRAM module, events are:
For NPI module, events are:
Referenced by XSem_RegisterEvent().
| u32 XSem_Notifier::Flag |
Event flags to enable or disable notification.
Referenced by XSem_NpiEventRegisterNotifier(), and XSem_RegisterEvent().
| u32 XSem_Notifier::Module |
The module information to receive notifications.
Module can be either CRAM or NPI.
Referenced by XSem_RegisterEvent().