Searched refs:check_efuse_tp (Results 1 – 3 of 3) sorted by relevance
104 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
103 static bool check_efuse_tp(void) in check_efuse_tp() function268 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()
105 static bool check_efuse_tp(void) in check_efuse_tp() function274 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()