GlobLib
HAL and API libraries for MCUs and hardware.
stm32f103cb_power.c File Reference

Source file for stm32f103cb power. More...

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...
 

Detailed Description

Source file for stm32f103cb power.


Author
Stuart Ianna
Version
0.1
Date
July 2018
Warning
None
Bug:
Compilers
  • arm-none-eabi-gcc (15:4.9.3+svn231177-1) 4.9.3 20150529 (prerelease)

Definition in file stm32f103cb_power.c.