Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr_ex.h243 #define PWR_SMPS_2V5_SUPPLIES_EXT (PWR_CR3_SMPSLEVEL_1 | PWR_CR3_SMPSEXTHP | PWR_CR3_SMPS… macro
635 ((PWR_SOURCE) == PWR_SMPS_2V5_SUPPLIES_EXT) ||\
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c366 (SupplySource == PWR_SMPS_2V5_SUPPLIES_EXT)) in HAL_PWREx_ConfigSupply()