Call this function to get status of a clock gate state.
Prototype
XStatus XPm_ClockGetStatus(const enum XPmClock clk, u32 *const status);
Parameters
The following table lists the XPm_ClockGetStatus
function arguments.
Type | Name | Description |
---|---|---|
const enum
XPmClock
|
clk | Identifier of the target clock |
u32 *const | status | Location to store clock gate state (1=enabled, 0=disabled) |