This structure contains details of event notification to be registered with the XilSEM server.
Declaration
typedef struct
{
u32 Module,
u32 Event,
u32 Flag
} XSem_Notifier;
Member | Description |
---|---|
Module |
The module information to receive notifications. Module can be either CRAM or NPI.
|
Event |
The event types specify the specific event registration. For CRAM module, events are:
For NPI module, events are:
|
Flag |
Event flags to enable or disable notification.
|