This function is used by a PU to release the usage of a PM slave. This will tell the power management controller that the node is no longer needed by that PU, potentially allowing the node to be placed into an inactive state.
Note: None
Prototype
XStatus XPm_ReleaseNode(const enum XPmNodeId node);
Parameters
The following table lists the XPm_ReleaseNode
function arguments.
Type | Name | Description |
---|---|---|
const enum
XPmNodeId
|
node | Node ID of the PM slave. |