This function can be used to request power up of a CPU node within the same PU, or to power up another PU.
Prototype
XStatus XPm_RequestWakeUp(const u32 TargetDevId, const u8 SetAddress, const u64 Address, const u32 Ack);
Parameters
The following table lists the XPm_RequestWakeUp
function arguments.
Type | Name | Description |
---|---|---|
const u32 | TargetDevId | Device ID of the CPU or PU to be powered/woken up. |
const u8 | SetAddress |
Specifies whether the start address argument is being passed.
|
const u64 | Address | Address from which to resume when woken up. Will only be used if set_address is 1. |
const u32 | Ack | Requested acknowledge type |