Home
last modified time | relevance | path

Searched full:adc1_tp_low (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_table.csv39 WR_DIS.ADC1_TP_LOW, EFUSE_BLK0, 9, 1, [] wr_dis of ADC1_TP_LOW
62 RD_DIS.ADC1_TP_LOW, EFUSE_BLK0, 18, 1, [] rd_dis of ADC1_TP_LOW
118 ADC1_TP_LOW, EFUSE_BLK3, 96, 7, [] ADC1 Two Point calibratio…
Desp_efuse_table.c130 {EFUSE_BLK0, 9, 1}, // [] wr_dis of ADC1_TP_LOW,
222 {EFUSE_BLK0, 18, 1}, // [] rd_dis of ADC1_TP_LOW,
430 static const esp_efuse_desc_t ADC1_TP_LOW[] = { variable
584 &WR_DIS_ADC1_TP_LOW[0], // [] wr_dis of ADC1_TP_LOW
699 &RD_DIS_ADC1_TP_LOW[0], // [] rd_dis of ADC1_TP_LOW
959 …&ADC1_TP_LOW[0], // [] ADC1 Two Point calibration low point. Only valid if EFUSE_RD_BLK3_PART…
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/
Doperations.py199 print(" ADC1 Low reading (150mV): %d" % efuses["ADC1_TP_LOW"].get())
Dfields.py463 "ADC1_TP_LOW": 278,
/hal_espressif-latest/components/soc/esp32/include/soc/
Defuse_struct.h970 /** adc1_tp_low : RW; bitpos: [6:0]; default: 0;
973 uint32_t adc1_tp_low:7; member
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32.yaml56ADC1_TP_LOW : {show: y, blk : 3, word: 3, pos : 0, len : 7, start : 96, type : 'uint:7'…
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espefuse.py800 self.espefuse_py("burn_efuse ADC1_TP_LOW 50")
816 ADC1_TP_LOW 50 \