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.
Note: None
Prototype
void XPm_AcknowledgeCb(const enum XPmNodeId node, const XStatus status, const u32 oppoint);
Parameters
The following table lists the XPm_AcknowledgeCb
function arguments.
Type | Name | Description |
---|---|---|
const enum
XPmNodeId
|
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 |