Functions | |
__STATIC_INLINE bool | Cy_SysPm_Cm4IsActive (void) |
Checks if CM4 is in CPU Active mode. More... | |
__STATIC_INLINE bool | Cy_SysPm_Cm4IsSleep (void) |
Checks if the CM4 is in CPU Sleep mode. More... | |
__STATIC_INLINE bool | Cy_SysPm_Cm4IsDeepSleep (void) |
Checks if the CM4 is in the CPU Deep Sleep mode. More... | |
__STATIC_INLINE bool | Cy_SysPm_Cm0IsActive (void) |
Checks if the CM0+ is in CPU Active mode. More... | |
__STATIC_INLINE bool | Cy_SysPm_Cm0IsSleep (void) |
Checks if the CM0+ is in CPU Sleep mode. More... | |
__STATIC_INLINE bool | Cy_SysPm_Cm0IsDeepSleep (void) |
Checks if the CM0+ is in CPU Deep Sleep mode. More... | |
__STATIC_INLINE bool | Cy_SysPm_IsSystemLp (void) |
Checks if the system is in LP mode. More... | |
__STATIC_INLINE bool | Cy_SysPm_IsSystemUlp (void) |
Checks if the system is in ULP mode. More... | |
uint32_t | Cy_SysPm_ReadStatus (void) |
Reads the power modes status of the system and CPU(s). More... | |
__STATIC_INLINE bool Cy_SysPm_Cm4IsActive | ( | void | ) |
Checks if CM4 is in CPU Active mode.
__STATIC_INLINE bool Cy_SysPm_Cm4IsSleep | ( | void | ) |
Checks if the CM4 is in CPU Sleep mode.
__STATIC_INLINE bool Cy_SysPm_Cm4IsDeepSleep | ( | void | ) |
Checks if the CM4 is in the CPU Deep Sleep mode.
__STATIC_INLINE bool Cy_SysPm_Cm0IsActive | ( | void | ) |
Checks if the CM0+ is in CPU Active mode.
__STATIC_INLINE bool Cy_SysPm_Cm0IsSleep | ( | void | ) |
Checks if the CM0+ is in CPU Sleep mode.
__STATIC_INLINE bool Cy_SysPm_Cm0IsDeepSleep | ( | void | ) |
Checks if the CM0+ is in CPU Deep Sleep mode.
__STATIC_INLINE bool Cy_SysPm_IsSystemLp | ( | void | ) |
Checks if the system is in LP mode.
__STATIC_INLINE bool Cy_SysPm_IsSystemUlp | ( | void | ) |
Checks if the system is in ULP mode.
uint32_t Cy_SysPm_ReadStatus | ( | void | ) |
Reads the power modes status of the system and CPU(s).