This function is called by a CPU after a SelfSuspend call to notify the platform management controller that CPU has aborted suspend or in response to an init suspend request when the PU refuses to suspend.
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
|