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