Searched refs:ResistorValue (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pwr_ex.c | 450 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorValue) in HAL_PWREx_EnableBatteryCharging() argument 453 assert_param(IS_PWR_BATTERY_RESISTOR_SELECT(ResistorValue)); in HAL_PWREx_EnableBatteryCharging() 456 MODIFY_REG(PWR->BDCR, PWR_BDCR_VBRS, ResistorValue); in HAL_PWREx_EnableBatteryCharging()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_pwr_ex.c | 442 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorValue) in HAL_PWREx_EnableBatteryCharging() argument 444 assert_param(IS_PWR_BATTERY_RESISTOR_SELECT(ResistorValue)); in HAL_PWREx_EnableBatteryCharging() 447 MODIFY_REG(PWR->CR3, PWR_CR3_VBRS, ResistorValue); in HAL_PWREx_EnableBatteryCharging()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_pwr_ex.c | 970 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorValue) in HAL_PWREx_EnableBatteryCharging() argument 973 assert_param(IS_PWR_BATTERY_RESISTOR_SELECT(ResistorValue)); in HAL_PWREx_EnableBatteryCharging() 976 MODIFY_REG(PWR->CSR2, (PWR_CSR2_VBRS | PWR_CSR2_VBE), (ResistorValue | PWR_CSR2_VBE)); in HAL_PWREx_EnableBatteryCharging()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_pwr_ex.c | 1759 void HAL_PWREx_EnableBatteryCharging (uint32_t ResistorValue) in HAL_PWREx_EnableBatteryCharging() argument 1762 assert_param (IS_PWR_BATTERY_RESISTOR_SELECT (ResistorValue)); in HAL_PWREx_EnableBatteryCharging() 1765 MODIFY_REG (PWR->CR3, PWR_CR3_VBRS, ResistorValue); in HAL_PWREx_EnableBatteryCharging()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 1522 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorValue) in HAL_PWREx_EnableBatteryCharging() argument 1525 assert_param(IS_PWR_BATTERY_RESISTOR_SELECT(ResistorValue)); in HAL_PWREx_EnableBatteryCharging() 1528 MODIFY_REG(PWR->BDCR2, PWR_BDCR2_VBRS, ResistorValue); in HAL_PWREx_EnableBatteryCharging()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_pwr_ex.h | 496 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorValue);
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_pwr_ex.h | 447 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorValue);
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_pwr_ex.h | 314 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorValue);
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_pwr_ex.h | 579 void HAL_PWREx_EnableBatteryCharging (uint32_t ResistorValue);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_pwr_ex.h | 1016 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorValue);
|