Searched refs:ResistorSelection (Results 1 – 2 of 2) sorted by relevance
299 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection) in HAL_PWREx_EnableBatteryCharging() argument301 assert_param(IS_PWR_BATTERY_RESISTOR_SELECT(ResistorSelection)); in HAL_PWREx_EnableBatteryCharging()304 MODIFY_REG(PWR->CR4, PWR_CR4_VBRS, ResistorSelection); in HAL_PWREx_EnableBatteryCharging()
831 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);