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