Home
last modified time | relevance | path

Searched refs:EFUSE_RD_ADC1_TP_LOW (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c112 if ((REG_GET_FIELD(TP_REG, EFUSE_RD_ADC1_TP_LOW) != 0) && in check_efuse_tp()
156 bits = REG_GET_FIELD(TP_REG, EFUSE_RD_ADC1_TP_LOW); in read_efuse_tp_low()
/hal_espressif-3.6.0/components/esp_adc_cal/esp32/
Desp_adc_cal.c113 if ((REG_GET_FIELD(TP_REG, EFUSE_RD_ADC1_TP_LOW) != 0) && in check_efuse_tp()
157 bits = REG_GET_FIELD(TP_REG, EFUSE_RD_ADC1_TP_LOW); in read_efuse_tp_low()
/hal_espressif-3.6.0/components/efuse/esp32/
Desp_efuse_table.csv85 ADC1_TP_LOW, EFUSE_BLK3, 96, 7, TP_REG EFUSE_RD_ADC1_TP_LOW
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Defuse_reg.h770 #define EFUSE_RD_ADC1_TP_LOW 0x7F macro