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