Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c110 return efuse_ll_get_adc1_tp_low() && in check_efuse_tp()
150 bits = efuse_ll_get_adc1_tp_low(); in read_efuse_tp_low()
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c287 return efuse_ll_get_adc1_tp_low() && in check_efuse_tp()
327 bits = efuse_ll_get_adc1_tp_low(); in read_efuse_tp_low()
/hal_espressif-latest/components/hal/esp32/include/hal/
Defuse_ll.h157 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_adc1_tp_low(void) in efuse_ll_get_adc1_tp_low() function