Home
last modified time | relevance | path

Searched refs:SupplySource (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c313 HAL_StatusTypeDef HAL_PWREx_ConfigSupply (uint32_t SupplySource) in HAL_PWREx_ConfigSupply() argument
318 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()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c109 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource) in HAL_PWREx_ConfigSupply() argument
114 assert_param(IS_PWR_SUPPLY(SupplySource)); in HAL_PWREx_ConfigSupply()
119 MODIFY_REG(PWR->SCCR, PWR_SUPPLY_CONFIG_MASK, SupplySource); in HAL_PWREx_ConfigSupply()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c282 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource) in HAL_PWREx_ConfigSupply() argument
287 assert_param(IS_PWR_SUPPLY(SupplySource)); in HAL_PWREx_ConfigSupply()
293 if (SupplySource == PWR_LDO_SUPPLY) in HAL_PWREx_ConfigSupply()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_pwr.h996 __STATIC_INLINE void LL_PWR_ConfigSupply(uint32_t SupplySource) in LL_PWR_ConfigSupply() argument
999 …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() argument
1015 MODIFY_REG(PWR->CR3, (PWR_CR3_SCUEN | PWR_CR3_LDOEN | PWR_CR3_BYPASS), SupplySource); in LL_PWR_ConfigSupply()
Dstm32h7xx_hal_pwr_ex.h509 HAL_StatusTypeDef HAL_PWREx_ConfigSupply (uint32_t SupplySource);
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c423 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource) in HAL_PWREx_ConfigSupply() argument
428 assert_param(IS_PWR_SUPPLY(SupplySource)); in HAL_PWREx_ConfigSupply()
434 if (SupplySource == PWR_LDO_SUPPLY) in HAL_PWREx_ConfigSupply()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_pwr.h913 __STATIC_INLINE void LL_PWR_ConfigSupply(uint32_t SupplySource) in LL_PWR_ConfigSupply() argument
916 MODIFY_REG(PWR->SCCR, (PWR_SCCR_BYPASS), SupplySource); in LL_PWR_ConfigSupply()
Dstm32h5xx_hal_pwr_ex.h453 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h291 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h989 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);