This function is called by the power management controller in response to any request where an acknowledge callback was requested, i.e. where the 'ack' argument passed by the PU was REQUEST_ACK_NON_BLOCKING.
Prototype
void XPm_AcknowledgeCb(const u32 Node, const XStatus Status, const u32 Oppoint);
Parameters
The following table lists the XPm_AcknowledgeCb
function arguments.
Type | Name | Description |
---|---|---|
const u32 | Node | ID of the component or sub-system in question. |
const XStatus | Status |
Status of the operation:
|
const u32 | Oppoint | Operating point of the node in question |