STM32L486xx HAL User Manual
Defines
PWR battery charging resistor selection
PWR Extended Exported Constants

Defines

#define PWR_BATTERY_CHARGING_RESISTOR_5   ((uint32_t)0x00000000)
#define PWR_BATTERY_CHARGING_RESISTOR_1_5   PWR_CR4_VBRS

Define Documentation

#define PWR_BATTERY_CHARGING_RESISTOR_1_5   PWR_CR4_VBRS

VBAT charging through a 1.5 kOhms resistor

Definition at line 170 of file stm32l4xx_hal_pwr_ex.h.

#define PWR_BATTERY_CHARGING_RESISTOR_5   ((uint32_t)0x00000000)

VBAT charging through a 5 kOhms resistor

Definition at line 169 of file stm32l4xx_hal_pwr_ex.h.