Home
last modified time | relevance | path

Searched refs:PWR_SMPS_1V8_SUPPLIES_EXT (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_pwr_ex.h121 #define PWR_SMPS_1V8_SUPPLIES_EXT (PWR_CSR2_SDHILEVEL | PWR_CSR2_SMPSEXTHP | PWR_CSR2_SD… macro
526 ((PWR_SOURCE) == PWR_SMPS_1V8_SUPPLIES_EXT) ||\
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr_ex.h242 #define PWR_SMPS_1V8_SUPPLIES_EXT (PWR_CR3_SMPSLEVEL_0 | PWR_CR3_SMPSEXTHP | PWR_CR3_SMPS… macro
634 ((PWR_SOURCE) == PWR_SMPS_1V8_SUPPLIES_EXT) ||\
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr_ex.c323 (SupplySource == PWR_SMPS_1V8_SUPPLIES_EXT)) in HAL_PWREx_ConfigSupply()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c365 (SupplySource == PWR_SMPS_1V8_SUPPLIES_EXT) || in HAL_PWREx_ConfigSupply()