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_ClockSetOneDivider(const enum XPmClock clk, const u32 divider, const u32 divId);
Parameters
The following table lists the XPm_ClockSetOneDivider
function arguments.
Type | Name | Description |
---|---|---|
const enum
XPmClock
|
clk | Identifier of the target clock |
const u32 | divider | Divider value to be set |
const u32 | divId | ID of the divider to be set |