Home
last modified time | relevance | path

Searched refs:PWR_SMPS_2V5_SUPPLIES_EXT_AND_LDO (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr_ex.h241 #define PWR_SMPS_2V5_SUPPLIES_EXT_AND_LDO (PWR_CR3_SMPSLEVEL_1 | PWR_CR3_SMPSEXTHP | PWR_CR3_SMPS… macro
633 ((PWR_SOURCE) == PWR_SMPS_2V5_SUPPLIES_EXT_AND_LDO) ||\
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c364 (SupplySource == PWR_SMPS_2V5_SUPPLIES_EXT_AND_LDO) || in HAL_PWREx_ConfigSupply()