Searched refs:ADC_VIN_RANGE_1V2 (Results 1 – 2 of 2) sorted by relevance
547 #define ADC_VIN_RANGE_1V2 (LL_ADC_VIN_RANGE_1V2) /*!< ADC input voltage range up to 1.2 V */ macro1013 #define IS_ADC_VOLTAGE_RANGE(__VOLTAGE_RANGE__) (((__VOLTAGE_RANGE__) == ADC_VIN_RANGE_1V2) || \
2233 else if ((sConfigChannel->VoltRange == ADC_VIN_RANGE_1V2) in HAL_ADC_ConfigChannel()