This function is called to configure the power management framework. The call triggers power management controller to load the configuration object and configure itself according to the content of the object.
Note: The provided address must be in 32-bit address space which is accessible by the PMU.
Prototype
XStatus XPm_SetConfiguration(const u32 address);
Parameters
The following table lists the XPm_SetConfiguration
function arguments.
Type | Name | Description |
---|---|---|
const u32 | address | Start address of the configuration object |