Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c299 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection) in HAL_PWREx_EnableBatteryCharging() argument
301 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()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pwr_ex.h831 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection);