Home
last modified time | relevance | path

Searched refs:PWR_CR4_VBRS (Results 1 – 4 of 4) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_pwr.h190 #define LL_PWR_BATT_CHARGRESISTOR_1_5K (PWR_CR4_VBRS)
973 MODIFY_REG(PWR->CR4, PWR_CR4_VBRS, Resistor); in LL_PWR_SetBattChargResistor()
985 return (uint32_t)(READ_BIT(PWR->CR4, PWR_CR4_VBRS)); in LL_PWR_GetBattChargResistor()
Dstm32l4xx_hal_pwr_ex.h170 #define PWR_BATTERY_CHARGING_RESISTOR_1_5 PWR_CR4_VBRS /*!< VBAT charging through …
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c304 MODIFY_REG(PWR->CR4, PWR_CR4_VBRS, ResistorSelection); in HAL_PWREx_EnableBatteryCharging()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9705 #define PWR_CR4_VBRS PWR_CR4_VBRS_Msk /*!< VBAT Battery ch… macro