Functions | |
| uint32_t | Cy_SysPm_ReadStatus (void) |
| Reads the power modes status of the system and CPU(s). | |
| bool | Cy_SysPm_IsSystemUlp (void) |
| Checks if the system is in ULP mode. | |
| bool | Cy_SysPm_IsSystemLp (void) |
| Checks if the system is in LP mode. | |
| bool | Cy_SysPm_IsSystemHp (void) |
| Checks if the system is in HP mode. | |
| __STATIC_INLINE bool | Cy_SysPm_Cm33IsActive (void) |
| Checks if CM33 is in the active mode. | |
| __STATIC_INLINE bool | Cy_SysPm_Cm33IsSleep (void) |
| Checks if the CM33 is in the sleep mode. | |
| __STATIC_INLINE bool | Cy_SysPm_Cm33IsDeepSleep (void) |
| Checks if the CM33 is in the deep sleep mode. | |
| __STATIC_INLINE bool | Cy_SysPm_Cm55IsActive (void) |
| Checks if CM55 is in the active mode. | |
| __STATIC_INLINE bool | Cy_SysPm_Cm55IsSleep (void) |
| Checks if the CM55 is in the sleep mode. | |
| __STATIC_INLINE bool | Cy_SysPm_Cm55IsDeepSleep (void) |
| Checks if the CM55 is in the deep sleep mode. | |
| uint32_t Cy_SysPm_ReadStatus | ( | void | ) |
Reads the power modes status of the system and CPU(s).
| bool Cy_SysPm_IsSystemUlp | ( | void | ) |
Checks if the system is in ULP mode.
| bool Cy_SysPm_IsSystemLp | ( | void | ) |
Checks if the system is in LP mode.
| bool Cy_SysPm_IsSystemHp | ( | void | ) |
Checks if the system is in HP mode.
| __STATIC_INLINE bool Cy_SysPm_Cm33IsActive | ( | void | ) |
Checks if CM33 is in the active mode.
| __STATIC_INLINE bool Cy_SysPm_Cm33IsSleep | ( | void | ) |
Checks if the CM33 is in the sleep mode.
| __STATIC_INLINE bool Cy_SysPm_Cm33IsDeepSleep | ( | void | ) |
Checks if the CM33 is in the deep sleep mode.
| __STATIC_INLINE bool Cy_SysPm_Cm55IsActive | ( | void | ) |
Checks if CM55 is in the active mode.
| __STATIC_INLINE bool Cy_SysPm_Cm55IsSleep | ( | void | ) |
Checks if the CM55 is in the sleep mode.
| __STATIC_INLINE bool Cy_SysPm_Cm55IsDeepSleep | ( | void | ) |
Checks if the CM55 is in the deep sleep mode.