MG32L003 Standard Peripherals Firmware Library
|
Functions | |
void | PWR_EnterSLEEPMode (uint8_t SLEEPEntry) |
Enters Sleep mode. More... | |
void | PWR_EnterDEEPSLEEPMode (void) |
Enters Deep Sleep mode. More... | |
void | PWR_EnableSleepOnExit (void) |
Indicates Sleep-On-Exit when returning from Handler mode to Thread mode. More... | |
void | PWR_DisableSleepOnExit (void) |
Disables Sleep-On-Exit feature when returning from Handler mode to Thread mode. More... | |
void | PWR_EnableSEVOnPend (void) |
Enables CORTEX M0+ SEVONPEND bit. More... | |
void | PWR_DisableSEVOnPend (void) |
Disables CORTEX M0+ SEVONPEND bit. More... | |
void PWR_DisableSEVOnPend | ( | void | ) |
Disables CORTEX M0+ SEVONPEND bit.
None |
void PWR_DisableSleepOnExit | ( | void | ) |
Disables Sleep-On-Exit feature when returning from Handler mode to Thread mode.
None |
void PWR_EnableSEVOnPend | ( | void | ) |
Enables CORTEX M0+ SEVONPEND bit.
None |
void PWR_EnableSleepOnExit | ( | void | ) |
Indicates Sleep-On-Exit when returning from Handler mode to Thread mode.
None |
void PWR_EnterDEEPSLEEPMode | ( | void | ) |
Enters Deep Sleep mode.
None |
void PWR_EnterSLEEPMode | ( | uint8_t | SLEEPEntry | ) |
Enters Sleep mode.
SLEEPEntry | Specifies if SLEEP mode is entered with WFI or WFE instruction. When WFI entry is used, tick interrupt have to be disabled if not desired as the interrupt wake up source. This parameter can be one of the following values:
|
None |