|
STM32L443xx HAL User Manual
|
Defines | |
| #define | PWR_MAINREGULATOR_ON ((uint32_t)0x00000000) |
| #define | PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPR |
| #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPR |
Regulator in low-power mode
Definition at line 104 of file stm32l4xx_hal_pwr.h.
Referenced by HAL_PWR_EnterSTOPMode().
| #define PWR_MAINREGULATOR_ON ((uint32_t)0x00000000) |
Regulator in main mode
Definition at line 103 of file stm32l4xx_hal_pwr.h.
Referenced by HAL_PWR_EnterSLEEPMode().
1.7.6.1