Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c115 (REG_GET_FIELD(TP_REG, EFUSE_RD_ADC2_TP_HIGH) != 0)) { in check_efuse_tp()
176 bits = REG_GET_FIELD(TP_REG, EFUSE_RD_ADC2_TP_HIGH); in read_efuse_tp_high()
/hal_espressif-3.6.0/components/esp_adc_cal/esp32/
Desp_adc_cal.c116 (REG_GET_FIELD(TP_REG, EFUSE_RD_ADC2_TP_HIGH) != 0)) { in check_efuse_tp()
177 bits = REG_GET_FIELD(TP_REG, EFUSE_RD_ADC2_TP_HIGH); in read_efuse_tp_high()
/hal_espressif-3.6.0/components/efuse/esp32/
Desp_efuse_table.csv88 ADC2_TP_HIGH, EFUSE_BLK3, 119, 9, TP_REG EFUSE_RD_ADC2_TP_HIGH
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Defuse_reg.h752 #define EFUSE_RD_ADC2_TP_HIGH 0x1FF macro