Home
last modified time | relevance | path

Searched refs:PWR_CR4_SMPSLPEN (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c145 if (READ_BIT(PWR->CR4, PWR_CR4_SMPSLPEN) == PWR_CR4_SMPSLPEN) in HAL_PWREx_ControlVoltageScaling()
1285 MODIFY_REG(PWR->CR4, (PWR_CR4_SMPSBYP | PWR_CR4_SMPSLPEN), 0U); in HAL_PWREx_SMPS_SetMode()
1307 MODIFY_REG(PWR->CR4, (PWR_CR4_SMPSBYP | PWR_CR4_SMPSLPEN), PWR_CR4_SMPSLPEN); in HAL_PWREx_SMPS_SetMode()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h689 SET_BIT(PWR->CR4, PWR_CR4_SMPSLPEN); in LL_PWR_EnableSMPSLowPowerMode()
699 CLEAR_BIT(PWR->CR4, PWR_CR4_SMPSLPEN); in LL_PWR_DisableSMPSLowPowerMode()
709 return ((READ_BIT(PWR->CR4, PWR_CR4_SMPSLPEN) == (PWR_CR4_SMPSLPEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledSMPSLowPowerMode()
Dstm32l5xx_hal_pwr_ex.h144 #define PWR_SMPS_LOW_POWER PWR_CR4_SMPSLPEN /*!< SMPS step down converter in low-…
/hal_stm32-latest/stm32cube/stm32l5xx/soc/
Dstm32l552xx.h10176 #define PWR_CR4_SMPSLPEN PWR_CR4_SMPSLPEN_Msk /*!< SMPS low-power … macro
Dstm32l562xx.h10879 #define PWR_CR4_SMPSLPEN PWR_CR4_SMPSLPEN_Msk /*!< SMPS low-power … macro