STM32L486xx HAL User Manual
Defines
MODE PWR
PWR Exported Constants

Defines

#define LL_PWR_MODE_STOP0   (PWR_CR1_LPMS_STOP0)
#define LL_PWR_MODE_STOP1   (PWR_CR1_LPMS_STOP1)
#define LL_PWR_MODE_STOP2   (PWR_CR1_LPMS_STOP2)
#define LL_PWR_MODE_STANDBY   (PWR_CR1_LPMS_STANDBY)
#define LL_PWR_MODE_SHUTDOWN   (PWR_CR1_LPMS_SHUTDOWN)

Define Documentation

#define LL_PWR_MODE_SHUTDOWN   (PWR_CR1_LPMS_SHUTDOWN)

Definition at line 132 of file stm32l4xx_ll_pwr.h.

#define LL_PWR_MODE_STANDBY   (PWR_CR1_LPMS_STANDBY)

Definition at line 131 of file stm32l4xx_ll_pwr.h.

#define LL_PWR_MODE_STOP0   (PWR_CR1_LPMS_STOP0)

Definition at line 128 of file stm32l4xx_ll_pwr.h.

#define LL_PWR_MODE_STOP1   (PWR_CR1_LPMS_STOP1)

Definition at line 129 of file stm32l4xx_ll_pwr.h.

#define LL_PWR_MODE_STOP2   (PWR_CR1_LPMS_STOP2)

Definition at line 130 of file stm32l4xx_ll_pwr.h.