Home
last modified time | relevance | path

Searched refs:ResistorSelection (Results 1 – 14 of 14) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr_ex.c131 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection) in HAL_PWREx_EnableBatteryCharging() argument
134 assert_param(IS_PWR_BATTERY_RESISTOR_SELECT(ResistorSelection)); in HAL_PWREx_EnableBatteryCharging()
138 PWR->CR4 = (tmpreg | ResistorSelection | PWR_CR4_VBE); in HAL_PWREx_EnableBatteryCharging()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr_ex.c158 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection) in HAL_PWREx_EnableBatteryCharging() argument
160 assert_param(IS_PWR_BATTERY_RESISTOR_SELECT(ResistorSelection)); in HAL_PWREx_EnableBatteryCharging()
163 MODIFY_REG(PWR->CR4, PWR_CR4_VBRS, ResistorSelection); in HAL_PWREx_EnableBatteryCharging()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c770 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection) in HAL_PWREx_EnableBatteryCharging() argument
772 assert_param(IS_PWR_BATTERY_RESISTOR_SELECT(ResistorSelection)); in HAL_PWREx_EnableBatteryCharging()
775 MODIFY_REG(PWR->CR4, PWR_CR4_VBRS, ResistorSelection); in HAL_PWREx_EnableBatteryCharging()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr_ex.c238 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection) in HAL_PWREx_EnableBatteryCharging() argument
240 assert_param(IS_PWR_BATTERY_RESISTOR_SELECT(ResistorSelection)); in HAL_PWREx_EnableBatteryCharging()
243 MODIFY_REG(PWR->CR4, PWR_CR4_VBRS, ResistorSelection); in HAL_PWREx_EnableBatteryCharging()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c162 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection) in HAL_PWREx_EnableBatteryCharging() argument
164 assert_param(IS_PWR_BATTERY_RESISTOR_SELECT(ResistorSelection)); in HAL_PWREx_EnableBatteryCharging()
167 MODIFY_REG(PWR->CR4, PWR_CR4_VBRS, ResistorSelection); in HAL_PWREx_EnableBatteryCharging()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c184 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection) in HAL_PWREx_EnableBatteryCharging() argument
186 assert_param(IS_PWR_BATTERY_RESISTOR_SELECT(ResistorSelection)); in HAL_PWREx_EnableBatteryCharging()
189 MODIFY_REG(PWR->CR4, PWR_CR4_VBRS, ResistorSelection); in HAL_PWREx_EnableBatteryCharging()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c282 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection) in HAL_PWREx_EnableBatteryCharging() argument
284 assert_param(IS_PWR_BATTERY_RESISTOR_SELECT(ResistorSelection)); in HAL_PWREx_EnableBatteryCharging()
287 MODIFY_REG(PWR->CR4, PWR_CR4_VBRS, ResistorSelection); in HAL_PWREx_EnableBatteryCharging()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_pwr_ex.h563 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_pwr_ex.h568 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_pwr_ex.h743 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_pwr_ex.h712 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pwr_ex.h872 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h805 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr_ex.h838 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);