Home
last modified time | relevance | path

Searched refs:ResistorValue (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr_ex.c442 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-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c450 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-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c1755 void HAL_PWREx_EnableBatteryCharging (uint32_t ResistorValue) in HAL_PWREx_EnableBatteryCharging() argument
1758 assert_param (IS_PWR_BATTERY_RESISTOR_SELECT (ResistorValue)); in HAL_PWREx_EnableBatteryCharging()
1761 MODIFY_REG (PWR->CR3, PWR_CR3_VBRS, ResistorValue); in HAL_PWREx_EnableBatteryCharging()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c1522 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-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr_ex.h482 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorValue);
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_pwr_ex.h314 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorValue);
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr_ex.h579 void HAL_PWREx_EnableBatteryCharging (uint32_t ResistorValue);
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h1016 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorValue);