Searched full:adc2_tp_high (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 42 WR_DIS.ADC2_TP_HIGH, EFUSE_BLK0, 9, 1, [] wr_dis of ADC2_TP_HIGH 65 RD_DIS.ADC2_TP_HIGH, EFUSE_BLK0, 18, 1, [] rd_dis of ADC2_TP_HIGH 121 ADC2_TP_HIGH, EFUSE_BLK3, 119, 9, [] ADC2 Two Point calibratio…
|
D | esp_efuse_table.c | 142 {EFUSE_BLK0, 9, 1}, // [] wr_dis of ADC2_TP_HIGH, 234 {EFUSE_BLK0, 18, 1}, // [] rd_dis of ADC2_TP_HIGH, 442 static const esp_efuse_desc_t ADC2_TP_HIGH[] = { variable 599 &WR_DIS_ADC2_TP_HIGH[0], // [] wr_dis of ADC2_TP_HIGH 714 &RD_DIS_ADC2_TP_HIGH[0], // [] rd_dis of ADC2_TP_HIGH 974 …&ADC2_TP_HIGH[0], // [] ADC2 Two Point calibration high point. Only valid if EFUSE_RD_BLK3_PA…
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/ |
D | operations.py | 202 print(" ADC2 High reading (850mV): %d" % efuses["ADC2_TP_HIGH"].get())
|
D | fields.py | 466 "ADC2_TP_HIGH": 3406,
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | efuse_struct.h | 982 /** adc2_tp_high : RW; bitpos: [31:23]; default: 0; 985 uint32_t adc2_tp_high:9; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32.yaml | 59 …ADC2_TP_HIGH : {show: y, blk : 3, word: 3, pos: 23, len : 9, start: 119, type : 'uint:9'…
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 819 ADC2_TP_HIGH 45"
|