Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c112 efuse_ll_get_adc1_tp_high() && in check_efuse_tp()
167 bits = efuse_ll_get_adc1_tp_high(); in read_efuse_tp_high()
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c289 efuse_ll_get_adc1_tp_high() && in check_efuse_tp()
344 bits = efuse_ll_get_adc1_tp_high(); in read_efuse_tp_high()
/hal_espressif-latest/components/hal/esp32/include/hal/
Defuse_ll.h167 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_adc1_tp_high(void) in efuse_ll_get_adc1_tp_high() function