Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h749 SET_BIT(PWR->CR4, PWR_CR4_SMPSBYP); in LL_PWR_EnableSMPSBypassMode()
759 CLEAR_BIT(PWR->CR4, PWR_CR4_SMPSBYP); in LL_PWR_DisableSMPSBypassMode()
769 return ((READ_BIT(PWR->CR4, PWR_CR4_SMPSBYP) == (PWR_CR4_SMPSBYP)) ? 1UL : 0UL); in LL_PWR_IsEnabledSMPSBypassMode()
Dstm32l5xx_hal_pwr_ex.h145 #define PWR_SMPS_BYPASS PWR_CR4_SMPSBYP /*!< SMPS step down converter in bypa…
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c1289 MODIFY_REG(PWR->CR4, (PWR_CR4_SMPSBYP | PWR_CR4_SMPSLPEN), 0U); in HAL_PWREx_SMPS_SetMode()
1311 MODIFY_REG(PWR->CR4, (PWR_CR4_SMPSBYP | PWR_CR4_SMPSLPEN), PWR_CR4_SMPSLPEN); in HAL_PWREx_SMPS_SetMode()
1396 CLEAR_BIT(PWR->CR4, PWR_CR4_SMPSBYP); in HAL_PWREx_SMPS_DisableBypassMode()
1406 SET_BIT(PWR->CR4, PWR_CR4_SMPSBYP); in HAL_PWREx_SMPS_EnableBypassMode()
/hal_stm32-3.6.0/stm32cube/stm32l5xx/soc/
Dstm32l552xx.h10167 #define PWR_CR4_SMPSBYP PWR_CR4_SMPSBYP_Msk /*!< SMPS Bypass mod… macro
Dstm32l562xx.h10870 #define PWR_CR4_SMPSBYP PWR_CR4_SMPSBYP_Msk /*!< SMPS Bypass mod… macro