/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_pwr_ex.c | 317 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/ |
D | stm32h7rsxx_hal_pwr_ex.c | 281 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/ |
D | stm32h5xx_hal_pwr_ex.c | 109 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/ |
D | stm32wbaxx_hal_pwr_ex.c | 281 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/ |
D | stm32h7xx_ll_pwr.h | 996 __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()
|
D | stm32h7xx_hal_pwr_ex.h | 509 HAL_StatusTypeDef HAL_PWREx_ConfigSupply (uint32_t SupplySource);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_pwr_ex.c | 265 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/ |
D | stm32u5xx_hal_pwr_ex.c | 423 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/ |
D | stm32h7rsxx_ll_pwr.h | 609 __STATIC_INLINE void LL_PWR_ConfigSupply(uint32_t SupplySource) in LL_PWR_ConfigSupply() argument 613 SupplySource); in LL_PWR_ConfigSupply()
|
D | stm32h7rsxx_hal_pwr_ex.h | 390 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_pwr.h | 230 __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()
|
D | stm32n6xx_hal_pwr_ex.h | 894 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_pwr.h | 979 __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()
|
D | stm32h5xx_hal_pwr_ex.h | 467 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_pwr_ex.h | 285 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_pwr_ex.h | 989 HAL_StatusTypeDef HAL_PWREx_ConfigSupply(uint32_t SupplySource);
|