Searched refs:PWR_CR4_VBRS (Results 1 – 4 of 4) sorted by relevance
190 #define LL_PWR_BATT_CHARGRESISTOR_1_5K (PWR_CR4_VBRS)973 MODIFY_REG(PWR->CR4, PWR_CR4_VBRS, Resistor); in LL_PWR_SetBattChargResistor()985 return (uint32_t)(READ_BIT(PWR->CR4, PWR_CR4_VBRS)); in LL_PWR_GetBattChargResistor()
170 #define PWR_BATTERY_CHARGING_RESISTOR_1_5 PWR_CR4_VBRS /*!< VBAT charging through …
304 MODIFY_REG(PWR->CR4, PWR_CR4_VBRS, ResistorSelection); in HAL_PWREx_EnableBatteryCharging()
9705 #define PWR_CR4_VBRS PWR_CR4_VBRS_Msk /*!< VBAT Battery ch… macro