This function queries information about the platform resources.
Prototype
XStatus XPm_Query(const u32 QueryId, const u32 Arg1, const u32 Arg2, const u32 Arg3, u32 *const Data);
Parameters
The following table lists the XPm_Query function arguments.
| Type | Name | Description |
|---|---|---|
| const u32 | QueryId | The type of data to query |
| const u32 | Arg1 | Query argument 1 |
| const u32 | Arg2 | Query argument 2 |
| const u32 | Arg3 | Query argument 3 |
| u32 *const | Data | Pointer to the output data |