Call this function to request the power management controller to return information about an operating characteristic of a component.
Note: Power value is not actual power consumption of device. It is default dummy power value which is fixed in PMUFW. Temperature type is not supported for ZynqMP.
Prototype
XStatus XPm_GetOpCharacteristic(const enum XPmNodeId node, const enum XPmOpCharType type, u32 *const result);
Parameters
The following table lists the XPm_GetOpCharacteristic
function arguments.
Type | Name | Description |
---|---|---|
const enum
XPmNodeId
|
node | ID of the component or sub-system in question. |
const enum XPmOpCharType | type |
Type of operating characteristic requested:
|
u32 *const | result | Used to return the requested operating characteristic. |