Lines Matching refs:CR4

689   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()
719 SET_BIT(PWR->CR4, PWR_CR4_SMPSFSTEN); in LL_PWR_EnableSMPSFastStart()
729 CLEAR_BIT(PWR->CR4, PWR_CR4_SMPSFSTEN); in LL_PWR_DisableSMPSFastStart()
739 return ((READ_BIT(PWR->CR4, PWR_CR4_SMPSFSTEN) == (PWR_CR4_SMPSFSTEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledSMPSFastStart()
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()
779 SET_BIT(PWR->CR4, PWR_CR4_EXTSMPSEN); in LL_PWR_EnableExtSMPS()
789 CLEAR_BIT(PWR->CR4, PWR_CR4_EXTSMPSEN); in LL_PWR_DisableExtSMPS()
799 return ((READ_BIT(PWR->CR4, PWR_CR4_EXTSMPSEN) == (PWR_CR4_EXTSMPSEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledExtSMPS()
959 MODIFY_REG(PWR->CR4, PWR_CR4_VBRS, Resistor); in LL_PWR_SetBattChargResistor()
971 return (uint32_t)(READ_BIT(PWR->CR4, PWR_CR4_VBRS)); in LL_PWR_GetBattChargResistor()
981 SET_BIT(PWR->CR4, PWR_CR4_VBE); in LL_PWR_EnableBatteryCharging()
991 CLEAR_BIT(PWR->CR4, PWR_CR4_VBE); in LL_PWR_DisableBatteryCharging()
1001 return ((READ_BIT(PWR->CR4, PWR_CR4_VBE) == (PWR_CR4_VBE)) ? 1UL : 0UL); in LL_PWR_IsEnabledBatteryCharging()
1021 SET_BIT(PWR->CR4, WakeUpPin); in LL_PWR_SetWakeUpPinPolarityLow()
1041 CLEAR_BIT(PWR->CR4, WakeUpPin); in LL_PWR_SetWakeUpPinPolarityHigh()
1061 return ((READ_BIT(PWR->CR4, WakeUpPin) == (WakeUpPin)) ? 1UL : 0UL); in LL_PWR_IsWakeUpPinPolarityLow()