Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c19 #define EFUSE_TP_ENABLED 1 macro
21 #define EFUSE_TP_ENABLED 0 macro
292 if (efuse_tp_present && EFUSE_TP_ENABLED) { in esp_adc_cal_characterize()
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c17 #define EFUSE_TP_ENABLED 1 macro
19 #define EFUSE_TP_ENABLED 0 macro
298 if (efuse_tp_present && EFUSE_TP_ENABLED) { in esp_adc_cal_characterize()
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c22 #define EFUSE_TP_ENABLED 1 macro
24 #define EFUSE_TP_ENABLED 0 macro
171 if (check_efuse_tp() && EFUSE_TP_ENABLED) { in adc_cali_create_scheme_line_fitting()