/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 84 WR_DIS.ADC1_CAL_VOL_ATTEN1, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT… 181 ADC1_CAL_VOL_ATTEN1, EFUSE_BLK2, 198, 10, [] ADC1 calibration voltage …
|
D | esp_efuse_table.c | 299 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN1, 671 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN1[] = { variable 1074 &WR_DIS_ADC1_CAL_VOL_ATTEN1[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN1 1539 &ADC1_CAL_VOL_ATTEN1[0], // [] ADC1 calibration voltage at atten1
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 81 WR_DIS.ADC1_CAL_VOL_ATTEN1, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT… 183 ADC1_CAL_VOL_ATTEN1, EFUSE_BLK2, 195, 10, [] ADC1 calibration voltage …
|
D | esp_efuse_table.c | 287 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN1, 676 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN1[] = { variable 1092 &WR_DIS_ADC1_CAL_VOL_ATTEN1[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN1 1578 &ADC1_CAL_VOL_ATTEN1[0], // [] ADC1 calibration voltage at atten1
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 107 WR_DIS.ADC1_CAL_VOL_ATTEN1, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT… 230 ADC1_CAL_VOL_ATTEN1, EFUSE_BLK2, 209, 8, [] ADC1 calibration voltage …
|
D | esp_efuse_table.c | 391 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN1, 867 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN1[] = { variable 1397 &WR_DIS_ADC1_CAL_VOL_ATTEN1[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN1 1992 &ADC1_CAL_VOL_ATTEN1[0], // [] ADC1 calibration voltage at atten1
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C3.rst | 25 …ADC1_CAL_VOL_ATTEN1 (BLOCK2) ADC1 calibration voltage at atten1 …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/ |
D | operations.py | 206 print("CAL_VOL_ATTEN1 = ", efuses["ADC1_CAL_VOL_ATTEN1"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/ |
D | operations.py | 206 print("CAL_VOL_ATTEN1 = ", efuses['ADC1_CAL_VOL_ATTEN1'].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | operations.py | 248 print("CAL_VOL_ATTEN1 = ", efuses["ADC1_CAL_VOL_ATTEN1"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | operations.py | 248 print("CAL_VOL_ATTEN1 = ", efuses["ADC1_CAL_VOL_ATTEN1"].get())
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 720 /** adc1_cal_vol_atten1 : R; bitpos: [12:3]; default: 0; 723 uint32_t adc1_cal_vol_atten1:10; member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 742 /** adc1_cal_vol_atten1 : R; bitpos: [15:6]; default: 0; 745 uint32_t adc1_cal_vol_atten1:10; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 830 /** adc1_cal_vol_atten1 : R; bitpos: [24:17]; default: 0; 833 uint32_t adc1_cal_vol_atten1:8; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c3.yaml | 98 …ADC1_CAL_VOL_ATTEN1 : {show: y, blk : 2, word: 6, pos : 6, len : 10, start: 198, type…
|
D | esp32c6.yaml | 91 …ADC1_CAL_VOL_ATTEN1 : {show: y, blk : 2, word: 6, pos : 3, len : 10, start: 195, type…
|
D | esp32s3.yaml | 117 …ADC1_CAL_VOL_ATTEN1 : {show: y, blk : 2, word: 6, pos: 17, len : 8, start: 209, type…
|