Searched refs:SupplySource (Results 1 – 10 of 10) sorted by relevance
313 HAL_StatusTypeDef HAL_PWREx_ConfigSupply (uint32_t SupplySource) in HAL_PWREx_ConfigSupply() argument318 assert_param (IS_PWR_SUPPLY (SupplySource)); in HAL_PWREx_ConfigSupply()328 if ((PWR->CR3 & PWR_SUPPLY_CONFIG_MASK) != SupplySource) in HAL_PWREx_ConfigSupply()343 MODIFY_REG (PWR->CR3, PWR_SUPPLY_CONFIG_MASK, SupplySource); in HAL_PWREx_ConfigSupply()359 if ((SupplySource == PWR_SMPS_1V8_SUPPLIES_EXT_AND_LDO) || in HAL_PWREx_ConfigSupply()360 (SupplySource == PWR_SMPS_2V5_SUPPLIES_EXT_AND_LDO) || in HAL_PWREx_ConfigSupply()361 (SupplySource == PWR_SMPS_1V8_SUPPLIES_EXT) || in HAL_PWREx_ConfigSupply()362 (SupplySource == PWR_SMPS_2V5_SUPPLIES_EXT)) in HAL_PWREx_ConfigSupply()
109 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource) in HAL_PWREx_ConfigSupply() argument114 assert_param(IS_PWR_SUPPLY(SupplySource)); in HAL_PWREx_ConfigSupply()119 MODIFY_REG(PWR->SCCR, PWR_SUPPLY_CONFIG_MASK, SupplySource); in HAL_PWREx_ConfigSupply()
282 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource) in HAL_PWREx_ConfigSupply() argument287 assert_param(IS_PWR_SUPPLY(SupplySource)); in HAL_PWREx_ConfigSupply()293 if (SupplySource == PWR_LDO_SUPPLY) in HAL_PWREx_ConfigSupply()
996 __STATIC_INLINE void LL_PWR_ConfigSupply(uint32_t SupplySource) in LL_PWR_ConfigSupply() argument999 …R3_SMPSLEVEL | PWR_CR3_SMPSEXTHP | PWR_CR3_SMPSEN | PWR_CR3_LDOEN | PWR_CR3_BYPASS), SupplySource); in LL_PWR_ConfigSupply()1012 __STATIC_INLINE void LL_PWR_ConfigSupply(uint32_t SupplySource) in LL_PWR_ConfigSupply() argument1015 MODIFY_REG(PWR->CR3, (PWR_CR3_SCUEN | PWR_CR3_LDOEN | PWR_CR3_BYPASS), SupplySource); in LL_PWR_ConfigSupply()
509 HAL_StatusTypeDef HAL_PWREx_ConfigSupply (uint32_t SupplySource);
423 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource) in HAL_PWREx_ConfigSupply() argument428 assert_param(IS_PWR_SUPPLY(SupplySource)); in HAL_PWREx_ConfigSupply()434 if (SupplySource == PWR_LDO_SUPPLY) in HAL_PWREx_ConfigSupply()
913 __STATIC_INLINE void LL_PWR_ConfigSupply(uint32_t SupplySource) in LL_PWR_ConfigSupply() argument916 MODIFY_REG(PWR->SCCR, (PWR_SCCR_BYPASS), SupplySource); in LL_PWR_ConfigSupply()
453 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);
291 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);
989 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);