Home
last modified time | relevance | path

Searched refs:VOLTAGE (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pwr_ex.h301 #define IS_PWR_VOLTAGE_SCALING_RANGE(VOLTAGE) (((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE1) || \ argument
302 ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE2))
304 #define IS_PWR_VOLTAGE_SCALING_RANGE(VOLTAGE) (((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE1) || \ argument
305 ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE2) || \
306 ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE3))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_pwr.h376 #define IS_PWR_REGULATOR_VOLTAGE(VOLTAGE) (((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE1) || \ argument
377 ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE2) || \
378 ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE3))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr_ex.h416 #define IS_PWR_STOP_MODE_REGULATOR_VOLTAGE(VOLTAGE) (((VOLTAGE) == PWR_REGULATOR_SVOS_SCALE3) ||\ argument
417 ((VOLTAGE) == PWR_REGULATOR_SVOS_SCALE4) ||\
418 ((VOLTAGE) == PWR_REGULATOR_SVOS_SCALE5))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr.h784 #define IS_PWR_REGULATOR_VOLTAGE(VOLTAGE) (((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE0) || \ argument
785 ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE1) || \
786 ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE2) || \
787 ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE3))
Dstm32h7xx_hal_pwr_ex.h644 #define IS_PWR_STOP_MODE_REGULATOR_VOLTAGE(VOLTAGE) (((VOLTAGE) == PWR_REGULATOR_SVOS_SCALE3) ||\ argument
645 ((VOLTAGE) == PWR_REGULATOR_SVOS_SCALE4) ||\
646 ((VOLTAGE) == PWR_REGULATOR_SVOS_SCALE5))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_pwr_ex.h530 #define IS_PWR_STOP_MODE_REGULATOR_VOLTAGE(VOLTAGE) (((VOLTAGE) == PWR_REGULATOR_STOP_VOLTAGE_SCALE… argument
531 … ((VOLTAGE) == PWR_REGULATOR_STOP_VOLTAGE_SCALE5))
Dstm32h7rsxx_hal_pwr.h550 #define IS_PWR_REGULATOR_VOLTAGE(VOLTAGE) (((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE0) || \ argument
551 ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE1))