Searched refs:LUT_HIGH_THRESH (Results 1 – 3 of 3) sorted by relevance
72 #define LUT_HIGH_THRESH (LUT_LOW_THRESH + LUT_ADC_STEP_SIZE) macro338 …if (adc_reading <= LUT_HIGH_THRESH) { //If ADC is transitioning from linear region to non-linear… in esp_adc_cal_raw_to_voltage()
74 #define LUT_HIGH_THRESH (LUT_LOW_THRESH + LUT_ADC_STEP_SIZE) macro344 …if (adc_reading <= LUT_HIGH_THRESH) { //If ADC is transitioning from linear region to non-linear… in esp_adc_cal_raw_to_voltage()
75 #define LUT_HIGH_THRESH (LUT_LOW_THRESH + LUT_ADC_STEP_SIZE) macro259 … if (raw <= LUT_HIGH_THRESH) { //If ADC is transitioning from linear region to non-linear region in cali_raw_to_voltage()