Home
last modified time | relevance | path

Searched refs:LUT_ENABLED (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c31 #define LUT_ENABLED 1 macro
33 #define LUT_ENABLED 0 macro
315 if (LUT_ENABLED && atten == ADC_ATTEN_DB_12) { in esp_adc_cal_characterize()
335 …if (LUT_ENABLED && (chars->atten == ADC_ATTEN_DB_12) && (adc_reading >= LUT_LOW_THRESH)) { //Chec… in esp_adc_cal_raw_to_voltage()
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c29 #define LUT_ENABLED 1 macro
31 #define LUT_ENABLED 0 macro
321 if (LUT_ENABLED && atten == ADC_ATTEN_DB_12) { in esp_adc_cal_characterize()
341 …if (LUT_ENABLED && (chars->atten == ADC_ATTEN_DB_12) && (adc_reading >= LUT_LOW_THRESH)) { //Chec… in esp_adc_cal_raw_to_voltage()
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c34 #define LUT_ENABLED 1 macro
36 #define LUT_ENABLED 0 macro
195 if (LUT_ENABLED && config->atten == ADC_ATTEN_DB_12) { in adc_cali_create_scheme_line_fitting()
256 …if (LUT_ENABLED && (ctx->atten == ADC_ATTEN_DB_12) && (raw >= LUT_LOW_THRESH)) { //Check if in no… in cali_raw_to_voltage()