Searched refs:PWR_CR4_SMPSBYP (Results 1 – 5 of 5) sorted by relevance
749 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()
145 #define PWR_SMPS_BYPASS PWR_CR4_SMPSBYP /*!< SMPS step down converter in bypa…
1289 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()
10167 #define PWR_CR4_SMPSBYP PWR_CR4_SMPSBYP_Msk /*!< SMPS Bypass mod… macro
10870 #define PWR_CR4_SMPSBYP PWR_CR4_SMPSBYP_Msk /*!< SMPS Bypass mod… macro