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