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.
Prototype
void XPm_NotifyCb(const u32 Node, const u32 Event, const u32 Oppoint);
Parameters
The following table lists the XPm_NotifyCb
function arguments.
Type | Name | Description |
---|---|---|
const u32 | Node | ID of the device the event notification is related to. |
const u32 | Event | ID of the event |
const u32 | Oppoint | Current operating state of the device. |