STM32F439xx HAL User Manual
Defines
Mode Power
PWR Exported Constants

Defines

#define LL_PWR_MODE_STOP_MAINREGU   0x00000000U
#define LL_PWR_MODE_STOP_LPREGU   (PWR_CR_LPDS)
#define LL_PWR_MODE_STOP_MAINREGU_UNDERDRIVE   (PWR_CR_MRUDS | PWR_CR_FPDS)
#define LL_PWR_MODE_STOP_LPREGU_UNDERDRIVE   (PWR_CR_LPDS | PWR_CR_LPUDS | PWR_CR_FPDS)
#define LL_PWR_MODE_STOP_MAINREGU_DEEPSLEEP   (PWR_CR_MRLVDS | PWR_CR_FPDS)
#define LL_PWR_MODE_STOP_LPREGU_DEEPSLEEP   (PWR_CR_LPDS | PWR_CR_LPLVDS | PWR_CR_FPDS)
#define LL_PWR_MODE_STANDBY   (PWR_CR_PDDS)

Define Documentation

#define LL_PWR_MODE_STANDBY   (PWR_CR_PDDS)

Enter Standby mode when the CPU enters deepsleep

Definition at line 128 of file stm32f4xx_ll_pwr.h.

#define LL_PWR_MODE_STOP_LPREGU   (PWR_CR_LPDS)

Enter Stop mode (with low power Regulator ON) when the CPU enters deepsleep

Definition at line 119 of file stm32f4xx_ll_pwr.h.

#define LL_PWR_MODE_STOP_LPREGU_DEEPSLEEP   (PWR_CR_LPDS | PWR_CR_LPLVDS | PWR_CR_FPDS)

Enter Stop mode (with low power Regulator in Deep Sleep mode) when the CPU enters deepsleep

Definition at line 126 of file stm32f4xx_ll_pwr.h.

#define LL_PWR_MODE_STOP_LPREGU_UNDERDRIVE   (PWR_CR_LPDS | PWR_CR_LPUDS | PWR_CR_FPDS)

Enter Stop mode (with low power Regulator in under-drive mode) when the CPU enters deepsleep

Definition at line 122 of file stm32f4xx_ll_pwr.h.

#define LL_PWR_MODE_STOP_MAINREGU   0x00000000U

Enter Stop mode when the CPU enters deepsleep

Definition at line 118 of file stm32f4xx_ll_pwr.h.

#define LL_PWR_MODE_STOP_MAINREGU_DEEPSLEEP   (PWR_CR_MRLVDS | PWR_CR_FPDS)

Enter Stop mode (with main Regulator in Deep Sleep mode) when the CPU enters deepsleep

Definition at line 125 of file stm32f4xx_ll_pwr.h.

#define LL_PWR_MODE_STOP_MAINREGU_UNDERDRIVE   (PWR_CR_MRUDS | PWR_CR_FPDS)

Enter Stop mode (with main Regulator in under-drive mode) when the CPU enters deepsleep

Definition at line 121 of file stm32f4xx_ll_pwr.h.