Call this function to request the power management controller to return information about an operating characteristic of a component.
Note: Currently power type is not supported for Versal.
Prototype
XStatus XPm_GetOpCharacteristic(const u32 DeviceId, const enum XPmOpCharType Type, u32 *const Result);
Parameters
The following table lists the XPm_GetOpCharacteristic
function arguments.
Type | Name | Description |
---|---|---|
const u32 | DeviceId | Device ID. |
const enum
XPmOpCharType
|
Type |
Type of operating characteristic requested:
|
u32 *const | Result | Used to return the requested operating characteristic. |