Searched refs:LL_ADC_VIN_RANGE_2V4 (Results 1 – 3 of 3) sorted by relevance
522 #define LL_ADC_VIN_RANGE_2V4 (2UL) /*!< ADC input voltage range up to 2.4 V */ macro2853 else if (Range == LL_ADC_VIN_RANGE_2V4) in LL_ADC_SetCalibPointForDiff()2887 else if (Range == LL_ADC_VIN_RANGE_2V4) in LL_ADC_GetCalibPointForDiff()2922 else if (Range == LL_ADC_VIN_RANGE_2V4) in LL_ADC_SetCalibPointForSinglePos()2956 else if (Range == LL_ADC_VIN_RANGE_2V4) in LL_ADC_GetCalibPointForSinglePos()2992 else if (Range == LL_ADC_VIN_RANGE_2V4) in LL_ADC_SetCalibPointForSingleNeg()3027 else if (Range == LL_ADC_VIN_RANGE_2V4) in LL_ADC_GetCalibPointForSingleNeg()
548 #define ADC_VIN_RANGE_2V4 (LL_ADC_VIN_RANGE_2V4) /*!< ADC input voltage range up to 2.4 V */
154 … ((__VOLTAGE_RANGE__) == LL_ADC_VIN_RANGE_2V4) || \