Searched refs:ResistorSelection (Results 1 – 14 of 14) sorted by relevance
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 131 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/ |
D | stm32wlxx_hal_pwr_ex.c | 158 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/ |
D | stm32u0xx_hal_pwr_ex.c | 770 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/ |
D | stm32g4xx_hal_pwr_ex.c | 238 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/ |
D | stm32wbxx_hal_pwr_ex.c | 162 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/ |
D | stm32l5xx_hal_pwr_ex.c | 184 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/ |
D | stm32l4xx_hal_pwr_ex.c | 282 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/ |
D | stm32g0xx_hal_pwr_ex.h | 563 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_pwr_ex.h | 568 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_pwr_ex.h | 743 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_pwr_ex.h | 712 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_pwr_ex.h | 872 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_pwr_ex.h | 805 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_pwr_ex.h | 838 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);
|