This function is called by the power management controller if an event the PU was registered for has occurred. It will populate the notifier data structure passed when calling XPm_RegisterNotifier.
Note: None
Prototype
void XPm_NotifyCb(const enum XPmNodeId node, const enum XPmNotifyEvent event, const u32 oppoint);
Parameters
The following table lists the XPm_NotifyCb
function arguments.
Type | Name | Description |
---|---|---|
const enum
XPmNodeId
|
node | ID of the node the event notification is related to. |
const enum
XPmNotifyEvent
|
event | ID of the event |
const u32 | oppoint | Current operating state of the node. |