Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c104 static bool check_efuse_tp(void);
171 if (check_efuse_tp() && EFUSE_TP_ENABLED) { in adc_cali_create_scheme_line_fitting()
219 if (check_efuse_tp()) { in adc_cali_scheme_line_fitting_check_efuse()
280 static bool check_efuse_tp(void) in check_efuse_tp() function
/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c103 static bool check_efuse_tp(void) in check_efuse_tp() function
268 return (check_efuse_tp()) ? ESP_OK : ESP_ERR_NOT_SUPPORTED; in esp_adc_cal_check_efuse()
288 bool efuse_tp_present = check_efuse_tp(); in esp_adc_cal_characterize()
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c105 static bool check_efuse_tp(void) in check_efuse_tp() function
274 return (check_efuse_tp()) ? ESP_OK : ESP_ERR_NOT_SUPPORTED; in esp_adc_cal_check_efuse()
294 bool efuse_tp_present = check_efuse_tp(); in esp_adc_cal_characterize()