Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c54 #define TP_REG EFUSE_BLK3_RDATA3_REG macro
112 if ((REG_GET_FIELD(TP_REG, EFUSE_RD_ADC1_TP_LOW) != 0) && in check_efuse_tp()
113 (REG_GET_FIELD(TP_REG, EFUSE_RD_ADC2_TP_LOW) != 0) && in check_efuse_tp()
114 (REG_GET_FIELD(TP_REG, EFUSE_RD_ADC1_TP_HIGH) != 0) && in check_efuse_tp()
115 (REG_GET_FIELD(TP_REG, EFUSE_RD_ADC2_TP_HIGH) != 0)) { in check_efuse_tp()
156 bits = REG_GET_FIELD(TP_REG, EFUSE_RD_ADC1_TP_LOW); in read_efuse_tp_low()
159 bits = REG_GET_FIELD(TP_REG, EFUSE_RD_ADC2_TP_LOW); in read_efuse_tp_low()
173 bits = REG_GET_FIELD(TP_REG, EFUSE_RD_ADC1_TP_HIGH); in read_efuse_tp_high()
176 bits = REG_GET_FIELD(TP_REG, EFUSE_RD_ADC2_TP_HIGH); in read_efuse_tp_high()