Searched refs:CR4 (Results 1 – 4 of 4) sorted by relevance
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_pwr.h | 935 SET_BIT(PWR->CR4, PWR_CR4_EXT_SMPS_ON); in LL_PWR_EnableExtSMPS_0V95() 947 CLEAR_BIT(PWR->CR4, PWR_CR4_EXT_SMPS_ON); in LL_PWR_DisableExtSMPS_0V95() 959 return ((READ_BIT(PWR->CR4, PWR_CR4_EXT_SMPS_ON) == (PWR_CR4_EXT_SMPS_ON)) ? 1UL : 0UL); in LL_PWR_IsEnabledExtSMPS_0V95() 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() 995 SET_BIT(PWR->CR4, PWR_CR4_VBE); in LL_PWR_EnableBatteryCharging() 1005 CLEAR_BIT(PWR->CR4, PWR_CR4_VBE); in LL_PWR_DisableBatteryCharging() 1015 return ((READ_BIT(PWR->CR4, PWR_CR4_VBE) == (PWR_CR4_VBE)) ? 1UL : 0UL); in LL_PWR_IsEnabledBatteryCharging() 1035 SET_BIT(PWR->CR4, WakeUpPin); in LL_PWR_SetWakeUpPinPolarityLow() 1055 CLEAR_BIT(PWR->CR4, WakeUpPin); in LL_PWR_SetWakeUpPinPolarityHigh() [all …]
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_pwr_ex.c | 304 MODIFY_REG(PWR->CR4, PWR_CR4_VBRS, ResistorSelection); in HAL_PWREx_EnableBatteryCharging() 307 SET_BIT(PWR->CR4, PWR_CR4_VBE); in HAL_PWREx_EnableBatteryCharging() 317 CLEAR_BIT(PWR->CR4, PWR_CR4_VBE); in HAL_PWREx_DisableBatteryCharging() 797 SET_BIT(PWR->CR4, PWR_CR4_EXT_SMPS_ON); in HAL_PWREx_EnableExtSMPS_0V95() 809 CLEAR_BIT(PWR->CR4, PWR_CR4_EXT_SMPS_ON); in HAL_PWREx_DisableExtSMPS_0V95()
|
D | stm32l4xx_hal_pwr.c | 414 …MODIFY_REG(PWR->CR4, (PWR_CR3_EWUP & WakeUpPinPolarity), (WakeUpPinPolarity >> PWR_WUP_POLARITY_SH… in HAL_PWR_EnableWakeUpPin()
|
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 652 __IO uint32_t CR4; /*!< PWR power control register 4, Address offset: 0x0C */ member
|