This function is called by a CPU after a XPm_SelfSuspend call to notify the power management controller that CPU has aborted suspend or in response to an init suspend request when the PU refuses to suspend.
Note: Calling PU expects the PMU to abort the initiated suspend procedure. This is a non-blocking call without any acknowledge.
Prototype
XStatus XPm_AbortSuspend(const enum XPmAbortReason reason);
Parameters
The following table lists the XPm_AbortSuspend
function arguments.
Type | Name | Description |
---|---|---|
const enum
XPmAbortReason
|
reason |
Reason code why the suspend can not be performed or completed
|