This function is used to get divider value for specified clock.
Prototype
XStatus XPm_ClockGetDivider(const u32 ClockId, u32 *const Divider);
Parameters
The following table lists the XPm_ClockGetDivider
function arguments.
Type | Name | Description |
---|---|---|
const u32 | ClockId | Clock ID |
u32 *const | Divider | Pointer to store divider value |