libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.

Low-power mode selection. More...

Collaboration diagram for LPMS:

Macros

#define PWR_CR1_LPMS_STOP_0   0
 
#define PWR_CR1_LPMS_STOP_1   1
 
#define PWR_CR1_LPMS_STANDBY   3
 
#define PWR_CR1_LPMS_SHUTDOWN   4
 

Detailed Description

Low-power mode selection.

Macro Definition Documentation

◆ PWR_CR1_LPMS_SHUTDOWN

#define PWR_CR1_LPMS_SHUTDOWN   4

Definition at line 94 of file g0/pwr.h.

◆ PWR_CR1_LPMS_STANDBY

#define PWR_CR1_LPMS_STANDBY   3

Definition at line 93 of file g0/pwr.h.

◆ PWR_CR1_LPMS_STOP_0

#define PWR_CR1_LPMS_STOP_0   0

Definition at line 91 of file g0/pwr.h.

◆ PWR_CR1_LPMS_STOP_1

#define PWR_CR1_LPMS_STOP_1   1

Definition at line 92 of file g0/pwr.h.