This function is used to get rate of specified clock.
Prototype
int XPm_ClockGetRate(const u32 ClockId, u32 *const Rate);
Parameters
The following table lists the XPm_ClockGetRate function arguments.
| Type | Name | Description |
|---|---|---|
| const u32 | ClockId | Clock ID |
| u32 *const | Rate | Pointer to store the rate clock |