Local function to get one divider (DIV0 or DIV1) of a clock.
Prototype
XStatus XPm_ClockGetOneDivider(const enum XPmClock clk, u32 *const divider, const u32 divId);
Parameters
The following table lists the XPm_ClockGetOneDivider function arguments.
| Type | Name | Description |
|---|---|---|
const enum
XPmClock
|
clk | Identifier of the target clock |
| u32 *const | divider | Location to store the divider value |
| const u32 | divId | ID of the divider |