Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c111 efuse_ll_get_adc2_tp_low() && in check_efuse_tp()
153 bits = efuse_ll_get_adc2_tp_low(); in read_efuse_tp_low()
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c288 efuse_ll_get_adc2_tp_low() && in check_efuse_tp()
330 bits = efuse_ll_get_adc2_tp_low(); in read_efuse_tp_low()
/hal_espressif-latest/components/hal/esp32/include/hal/
Defuse_ll.h162 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_adc2_tp_low(void) in efuse_ll_get_adc2_tp_low() function