GlobLib
HAL and API libraries for MCUs and hardware.
|
Header file for stm32f103cb Power. More...
#include "stm32f103cb_gpio.h"
#include "stm32f103cb_debug.h"
#include "stm32f103cb_clock.h"
#include "stm32f103cb_usb.h"
#include <libopencm3/stm32/f1/pwr.h>
#include <libopencm3/cm3/nvic.h>
#include <libopencm3/cm3/scb.h>
#include <libopencm3/stm32/f1/bkp.h>
#include <libopencmsis/core_cm3.h>
#include <stdint.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... | |
uint8_t | POWER_fromStandby (void) |
Check if the system is restarting from 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... | |
Header file for stm32f103cb Power.
Definition in file stm32f103cb_power.h.