void POWER_PowerDownOnWFI(void)
WFI/WFE puts device to power down power down mode.
void POWER_WaitForInterrupts(void)
void POWER_TurnOffPeripheral(u8 bit)
Turns off a peripheral.
void POWER_Init(u8 config)
Configures sleep/power down mode for the device.
void POWER_TurnOnPeripheral(u8 bit)
Turns on a peripheral.
void POWER_SleepOnWFI(void)
WFI/WFE puts device to sleep or deep sleep mode depending on the configuration specified in the POWER...
void POWER_DeepPowerDownOnWFI(void)
WFI/WFE puts device to deep power down mode provided that the SLEEPDEEP bit is set.