/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 85 WR_DIS.ADC1_CAL_VOL_ATTEN2, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT… 182 ADC1_CAL_VOL_ATTEN2, EFUSE_BLK2, 208, 10, [] ADC1 calibration voltage …
|
D | esp_efuse_table.c | 303 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN2, 675 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN2[] = { variable 1079 &WR_DIS_ADC1_CAL_VOL_ATTEN2[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN2 1544 &ADC1_CAL_VOL_ATTEN2[0], // [] ADC1 calibration voltage at atten2
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 82 WR_DIS.ADC1_CAL_VOL_ATTEN2, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT… 184 ADC1_CAL_VOL_ATTEN2, EFUSE_BLK2, 205, 10, [] ADC1 calibration voltage …
|
D | esp_efuse_table.c | 291 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN2, 680 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN2[] = { variable 1097 &WR_DIS_ADC1_CAL_VOL_ATTEN2[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN2 1583 &ADC1_CAL_VOL_ATTEN2[0], // [] ADC1 calibration voltage at atten2
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 108 WR_DIS.ADC1_CAL_VOL_ATTEN2, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT… 231 ADC1_CAL_VOL_ATTEN2, EFUSE_BLK2, 217, 8, [] ADC1 calibration voltage …
|
D | esp_efuse_table.c | 395 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN2, 871 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN2[] = { variable 1402 &WR_DIS_ADC1_CAL_VOL_ATTEN2[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN2 1997 &ADC1_CAL_VOL_ATTEN2[0], // [] ADC1 calibration voltage at atten2
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C3.rst | 26 …ADC1_CAL_VOL_ATTEN2 (BLOCK2) ADC1 calibration voltage at atten2 …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/ |
D | operations.py | 207 print("CAL_VOL_ATTEN2 = ", efuses["ADC1_CAL_VOL_ATTEN2"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/ |
D | operations.py | 207 print("CAL_VOL_ATTEN2 = ", efuses['ADC1_CAL_VOL_ATTEN2'].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | operations.py | 249 print("CAL_VOL_ATTEN2 = ", efuses["ADC1_CAL_VOL_ATTEN2"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | operations.py | 249 print("CAL_VOL_ATTEN2 = ", efuses["ADC1_CAL_VOL_ATTEN2"].get())
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 724 /** adc1_cal_vol_atten2 : R; bitpos: [22:13]; default: 0; 727 uint32_t adc1_cal_vol_atten2:10; member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 746 /** adc1_cal_vol_atten2 : R; bitpos: [25:16]; default: 0; 749 uint32_t adc1_cal_vol_atten2:10; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 834 /** adc1_cal_vol_atten2 : R; bitpos: [31:25]; default: 0; 837 uint32_t adc1_cal_vol_atten2:7; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c3.yaml | 99 …ADC1_CAL_VOL_ATTEN2 : {show: y, blk : 2, word: 6, pos: 16, len : 10, start: 208, type…
|
D | esp32c6.yaml | 92 …ADC1_CAL_VOL_ATTEN2 : {show: y, blk : 2, word: 6, pos: 13, len : 10, start: 205, type…
|
D | esp32s3.yaml | 118 …ADC1_CAL_VOL_ATTEN2 : {show: y, blk : 2, word: 6, pos: 25, len : 8, start: 217, type…
|