Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_pwr_ex.h169 #define PWR_REGULATOR_SVOS_SCALE4 (PWR_PMCR_SVOS_1)
170 #define PWR_REGULATOR_SVOS_SCALE3 (PWR_PMCR_SVOS_0 | PWR_PMCR_SVOS_1)
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h573xx.h14950 #define PWR_PMCR_SVOS_1 (0x2UL << PWR_PMCR_SVOS_Pos) macro