Searched refs:PWR_CR4_VBE (Results 1 – 4 of 4) sorted by relevance
995 SET_BIT(PWR->CR4, PWR_CR4_VBE); in LL_PWR_EnableBatteryCharging()1005 CLEAR_BIT(PWR->CR4, PWR_CR4_VBE); in LL_PWR_DisableBatteryCharging()1015 return ((READ_BIT(PWR->CR4, PWR_CR4_VBE) == (PWR_CR4_VBE)) ? 1UL : 0UL); in LL_PWR_IsEnabledBatteryCharging()
179 #define PWR_BATTERY_CHARGING_ENABLE PWR_CR4_VBE
307 SET_BIT(PWR->CR4, PWR_CR4_VBE); in HAL_PWREx_EnableBatteryCharging()317 CLEAR_BIT(PWR->CR4, PWR_CR4_VBE); in HAL_PWREx_DisableBatteryCharging()
9708 #define PWR_CR4_VBE PWR_CR4_VBE_Msk /*!< VBAT Battery ch… macro