Searched full:adc1_tp_low (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 39 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…
|
D | esp_efuse_table.c | 130 {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/ |
D | operations.py | 199 print(" ADC1 Low reading (150mV): %d" % efuses["ADC1_TP_LOW"].get())
|
D | fields.py | 463 "ADC1_TP_LOW": 278,
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | efuse_struct.h | 970 /** 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/ |
D | esp32.yaml | 56 …ADC1_TP_LOW : {show: y, blk : 3, word: 3, pos : 0, len : 7, start : 96, type : 'uint:7'…
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 800 self.espefuse_py("burn_efuse ADC1_TP_LOW 50") 816 ADC1_TP_LOW 50 \
|