Call this function to set divider for a clock.
Note: If the access isn't permitted this function returns an error code.
Prototype
XStatus XPm_ClockSetDivider(const enum XPmClock clk, const u32 divider);
Parameters
The following table lists the XPm_ClockSetDivider
function arguments.
Type | Name | Description |
---|---|---|
const enum
XPmClock
|
clk | Identifier of the target clock |
const u32 | divider | Divider value to be set |