This function is used to get the parameter of specified PLL clock.
Prototype
XStatus XPm_PllGetParameter(const u32 ClockId, const enum XPm_PllConfigParams ParamId, u32 *const Value);
Parameters
The following table lists the XPm_PllGetParameter
function arguments.
Type | Name | Description |
---|---|---|
const u32 | ClockId | Clock ID |
const enum
XPm_PllConfigParams
|
ParamId |
Parameter ID
|
u32 *const | Value | Pointer to store parameter value (See register description for possible values) |