Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c317 HAL_StatusTypeDef HAL_PWREx_ConfigSupply (uint32_t SupplySource) in HAL_PWREx_ConfigSupply() argument
322 assert_param (IS_PWR_SUPPLY (SupplySource)); in HAL_PWREx_ConfigSupply()
332 if ((PWR->CR3 & PWR_SUPPLY_CONFIG_MASK) != SupplySource) in HAL_PWREx_ConfigSupply()
347 MODIFY_REG (PWR->CR3, PWR_SUPPLY_CONFIG_MASK, SupplySource); in HAL_PWREx_ConfigSupply()
363 if ((SupplySource == PWR_SMPS_1V8_SUPPLIES_EXT_AND_LDO) || in HAL_PWREx_ConfigSupply()
364 (SupplySource == PWR_SMPS_2V5_SUPPLIES_EXT_AND_LDO) || in HAL_PWREx_ConfigSupply()
365 (SupplySource == PWR_SMPS_1V8_SUPPLIES_EXT) || in HAL_PWREx_ConfigSupply()
366 (SupplySource == PWR_SMPS_2V5_SUPPLIES_EXT)) in HAL_PWREx_ConfigSupply()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr_ex.c281 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource) in HAL_PWREx_ConfigSupply() argument
286 assert_param(IS_PWR_SUPPLY(SupplySource)); in HAL_PWREx_ConfigSupply()
292 if ((PWR->CSR2 & PWR_SUPPLY_CONFIG_MASK) != SupplySource) in HAL_PWREx_ConfigSupply()
307 MODIFY_REG(PWR->CSR2, PWR_SUPPLY_CONFIG_MASK, SupplySource); in HAL_PWREx_ConfigSupply()
322 if ((SupplySource == PWR_SMPS_1V8_SUPPLIES_EXT_AND_LDO) || in HAL_PWREx_ConfigSupply()
323 (SupplySource == PWR_SMPS_1V8_SUPPLIES_EXT)) in HAL_PWREx_ConfigSupply()
/hal_stm32-latest/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-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c281 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource) in HAL_PWREx_ConfigSupply() argument
286 assert_param(IS_PWR_SUPPLY(SupplySource)); in HAL_PWREx_ConfigSupply()
292 if (SupplySource == PWR_LDO_SUPPLY) in HAL_PWREx_ConfigSupply()
/hal_stm32-latest/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-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr_ex.c265 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource) in HAL_PWREx_ConfigSupply() argument
270 assert_param(IS_PWR_SUPPLY(SupplySource)); in HAL_PWREx_ConfigSupply()
273 MODIFY_REG(PWR->CR1, PWR_SUPPLY_CONFIG_MASK, SupplySource); in HAL_PWREx_ConfigSupply()
/hal_stm32-latest/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-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_pwr.h609 __STATIC_INLINE void LL_PWR_ConfigSupply(uint32_t SupplySource) in LL_PWR_ConfigSupply() argument
613 SupplySource); in LL_PWR_ConfigSupply()
Dstm32h7rsxx_hal_pwr_ex.h390 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_pwr.h230 __STATIC_INLINE void LL_PWR_ConfigSupply(uint32_t SupplySource) in LL_PWR_ConfigSupply() argument
233 MODIFY_REG(PWR->CR1, PWR_CR1_SDEN, SupplySource); in LL_PWR_ConfigSupply()
Dstm32n6xx_hal_pwr_ex.h894 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_pwr.h979 __STATIC_INLINE void LL_PWR_ConfigSupply(uint32_t SupplySource) in LL_PWR_ConfigSupply() argument
982 MODIFY_REG(PWR->SCCR, (PWR_SCCR_BYPASS), SupplySource); in LL_PWR_ConfigSupply()
Dstm32h5xx_hal_pwr_ex.h467 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h285 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h989 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);