Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_pwr.h136 #define IS_PWR_REGULATOR_VOLTAGE(VOLTAGE) (((VOLTAGE) == PWR_Regulator_Voltage_Scale1) || \ argument
137 ((VOLTAGE) == PWR_Regulator_Voltage_Scale2) || \
138 ((VOLTAGE) == PWR_Regulator_Voltage_Scale3))
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_pwr.h396 #define IS_PWR_REGULATOR_VOLTAGE(VOLTAGE) (((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE1) || \ argument
397 ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE2) || \
398 ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE3))

Completed in 3 milliseconds