This function is used to get the status of reset.
Prototype
XStatus XPm_ResetGetStatus(const u32 ResetId, u32 *const State);
Parameters
The following table lists the XPm_ResetGetStatus function arguments.
| Type | Name | Description |
|---|---|---|
| const u32 | ResetId | Reset ID |
| u32 *const | State |
Pointer to store the status of specified reset
|