Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c113 efuse_ll_get_adc2_tp_high(); in check_efuse_tp()
170 bits = efuse_ll_get_adc2_tp_high(); in read_efuse_tp_high()
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c290 efuse_ll_get_adc2_tp_high(); in check_efuse_tp()
347 bits = efuse_ll_get_adc2_tp_high(); in read_efuse_tp_high()
/hal_espressif-latest/components/hal/esp32/include/hal/
Defuse_ll.h172 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_adc2_tp_high(void) in efuse_ll_get_adc2_tp_high() function