GlobLib
HAL and API libraries for MCUs and hardware.
|
Source file for stm32f103cb power. More...
#include "stm32f103cb_power.h"
Go to the source code of this file.
Functions | |
void | POWER_reset (void) |
Resets the system. | |
void | POWER_sleep (void) |
Put the system in sleep mode. More... | |
void | POWER_noSleep (void) |
Disable sleep mode. More... | |
void | POWER_standby (void) |
Put the device into standby mode. More... | |
void | POWER_stop (void) |
Put the device into stop mode. More... | |
uint8_t | POWER_fromStop (void) |
Check if MCU was in stop mode and reset flags. More... | |
uint8_t | POWER_fromStandby (void) |
Check if the system is restarting from standby mode. More... | |
Source file for stm32f103cb power.
Definition in file stm32f103cb_power.c.