Functions | |
uint32_t | Cy_SysPm_ReadStatus (void) |
Reads the power modes status of the system and CPU(s). More... | |
bool | Cy_SysPm_IsSystemUlp (void) |
Checks if the system is in ULP mode. More... | |
bool | Cy_SysPm_IsSystemLp (void) |
Checks if the system is in LP mode. More... | |
bool | Cy_SysPm_IsSystemMf (void) |
Checks if the system is in MF mode. More... | |
bool | Cy_SysPm_IsSystemHp (void) |
Checks if the system is in HP mode. More... | |
bool | Cy_SysPm_Cm4IsActive (void) |
Checks if CM4 is in CPU Active mode. More... | |
bool | Cy_SysPm_Cm4IsSleep (void) |
Checks if the CM4 is in CPU Sleep mode. More... | |
bool | Cy_SysPm_Cm4IsDeepSleep (void) |
Checks if the CM4 is in the CPU Deep Sleep mode. More... | |
bool | Cy_SysPm_Cm0IsActive (void) |
Checks if the CM0+ is in CPU Active mode. More... | |
bool | Cy_SysPm_Cm0IsSleep (void) |
Checks if the CM0+ is in CPU Sleep mode. More... | |
bool | Cy_SysPm_Cm0IsDeepSleep (void) |
Checks if the CM0+ is in CPU Deep Sleep mode. More... | |
bool | Cy_SysPm_IsBgRefCtrl (void) |
Get the power mode status of Bandgap Ref Circuits. More... | |
void | Cy_SysPm_BgRefCtrl (bool enable) |
Enables/Disables powers mode of Bandgap Ref Circuits. More... | |
bool | Cy_SysPm_Cm33IsActive (void) |
Checks if CM33 is in the active mode. More... | |
bool | Cy_SysPm_Cm33IsSleep (void) |
Checks if the CM33 is in the sleep mode. More... | |
bool | Cy_SysPm_Cm33IsDeepSleep (void) |
Checks if the CM33 is in the deep sleep mode. More... | |
bool | Cy_SysPm_Cm55IsActive (void) |
Checks if CM55 is in the active mode. More... | |
bool | Cy_SysPm_Cm55IsSleep (void) |
Checks if the CM55 is in the sleep mode. More... | |
bool | Cy_SysPm_Cm55IsDeepSleep (void) |
Checks if the CM55 is in the deep sleep mode. More... | |
bool | Cy_SysPm_Cm7IsActive (uint8_t core) |
Checks if CM7 is in the active mode. More... | |
bool | Cy_SysPm_Cm7IsSleep (uint8_t core) |
Checks if the CM7 is in the sleep mode. More... | |
bool | Cy_SysPm_Cm7IsDeepSleep (uint8_t core) |
Checks if the CM7 is in the deep sleep mode. More... | |
uint32_t Cy_SysPm_ReadStatus | ( | void | ) |
Reads the power modes status of the system and CPU(s).
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_IsSystemMf | ( | void | ) |
Checks if the system is in MF mode.
bool Cy_SysPm_IsSystemHp | ( | void | ) |
Checks if the system is in HP mode.
bool Cy_SysPm_Cm4IsActive | ( | void | ) |
Checks if CM4 is in CPU Active mode.
bool Cy_SysPm_Cm4IsSleep | ( | void | ) |
Checks if the CM4 is in CPU Sleep mode.
bool Cy_SysPm_Cm4IsDeepSleep | ( | void | ) |
Checks if the CM4 is in the CPU Deep Sleep mode.
bool Cy_SysPm_Cm0IsActive | ( | void | ) |
Checks if the CM0+ is in CPU Active mode.
bool Cy_SysPm_Cm0IsSleep | ( | void | ) |
Checks if the CM0+ is in CPU Sleep mode.
bool Cy_SysPm_Cm0IsDeepSleep | ( | void | ) |
Checks if the CM0+ is in CPU Deep Sleep mode.
bool Cy_SysPm_IsBgRefCtrl | ( | void | ) |
Get the power mode status of Bandgap Ref Circuits.
void Cy_SysPm_BgRefCtrl | ( | bool | enable | ) |
Enables/Disables powers mode of Bandgap Ref Circuits.
enable | true - to enable, false - to disable |
bool Cy_SysPm_Cm33IsActive | ( | void | ) |
Checks if CM33 is in the active mode.
bool Cy_SysPm_Cm33IsSleep | ( | void | ) |
Checks if the CM33 is in the sleep mode.
bool Cy_SysPm_Cm33IsDeepSleep | ( | void | ) |
Checks if the CM33 is in the deep sleep mode.
bool Cy_SysPm_Cm55IsActive | ( | void | ) |
Checks if CM55 is in the active mode.
bool Cy_SysPm_Cm55IsSleep | ( | void | ) |
Checks if the CM55 is in the sleep mode.
bool Cy_SysPm_Cm55IsDeepSleep | ( | void | ) |
Checks if the CM55 is in the deep sleep mode.
bool Cy_SysPm_Cm7IsActive | ( | uint8_t | core | ) |
Checks if CM7 is in the active mode.
core | Selects the core, 0 for CM7_0, 1 for CM7_1 |
bool Cy_SysPm_Cm7IsSleep | ( | uint8_t | core | ) |
Checks if the CM7 is in the sleep mode.
core | Selects the core, 0 for CM7_0, 1 for CM7_1 |
bool Cy_SysPm_Cm7IsDeepSleep | ( | uint8_t | core | ) |
Checks if the CM7 is in the deep sleep mode.
core | Selects the core, 0 for CM7_0, 1 for CM7_1 |