/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 42 WR_DIS.ADC1_INIT_CODE_ATTEN0, EFUSE_BLK0, 6, 1, [] wr_dis of ADC1_INIT_CODE_… 94 ADC1_INIT_CODE_ATTEN0, EFUSE_BLK2, 78, 8, [] ADC1 init code at atten0
|
D | esp_efuse_table.c | 131 {EFUSE_BLK0, 6, 1}, // [] wr_dis of ADC1_INIT_CODE_ATTEN0, 323 static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN0[] = { variable 544 &WR_DIS_ADC1_INIT_CODE_ATTEN0[0], // [] wr_dis of ADC1_INIT_CODE_ATTEN0 784 &ADC1_INIT_CODE_ATTEN0[0], // [] ADC1 init code at atten0
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 79 WR_DIS.ADC1_INIT_CODE_ATTEN0, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_INIT_CODE_… 176 ADC1_INIT_CODE_ATTEN0, EFUSE_BLK2, 148, 10, [] ADC1 init code at atten0
|
D | esp_efuse_table.c | 279 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_INIT_CODE_ATTEN0, 651 static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN0[] = { variable 1049 &WR_DIS_ADC1_INIT_CODE_ATTEN0[0], // [] wr_dis of ADC1_INIT_CODE_ATTEN0 1514 &ADC1_INIT_CODE_ATTEN0[0], // [] ADC1 init code at atten0
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 76 WR_DIS.ADC1_INIT_CODE_ATTEN0, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_INIT_CODE_… 178 ADC1_INIT_CODE_ATTEN0, EFUSE_BLK2, 145, 10, [] ADC1 init code at atten0
|
D | esp_efuse_table.c | 267 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_INIT_CODE_ATTEN0, 656 static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN0[] = { variable 1067 &WR_DIS_ADC1_INIT_CODE_ATTEN0[0], // [] wr_dis of ADC1_INIT_CODE_ATTEN0 1553 &ADC1_INIT_CODE_ATTEN0[0], // [] ADC1 init code at atten0
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 98 WR_DIS.ADC1_INIT_CODE_ATTEN0, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_INIT_CODE_… 221 ADC1_INIT_CODE_ATTEN0, EFUSE_BLK2, 149, 8, [] ADC1 init code at atten0
|
D | esp_efuse_table.c | 355 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_INIT_CODE_ATTEN0, 831 static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN0[] = { variable 1352 &WR_DIS_ADC1_INIT_CODE_ATTEN0[0], // [] wr_dis of ADC1_INIT_CODE_ATTEN0 1947 &ADC1_INIT_CODE_ATTEN0[0], // [] ADC1 init code at atten0
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C3.rst | 20 …ADC1_INIT_CODE_ATTEN0 (BLOCK2) ADC1 init code at atten0 …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/ |
D | operations.py | 159 print("INIT_CODE_ATTEN0 = ", efuses["ADC1_INIT_CODE_ATTEN0"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/ |
D | operations.py | 201 print("INIT_CODE_ATTEN0 = ", efuses["ADC1_INIT_CODE_ATTEN0"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/ |
D | operations.py | 201 print("INIT_CODE_ATTEN0 = ", efuses['ADC1_INIT_CODE_ATTEN0'].get())
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | efuse_struct.h | 371 /** adc1_init_code_atten0 : R; bitpos: [21:14]; default: 0; 374 uint32_t adc1_init_code_atten0:8; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | operations.py | 243 print("INIT_CODE_ATTEN0 = ", efuses["ADC1_INIT_CODE_ATTEN0"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | operations.py | 243 print("INIT_CODE_ATTEN0 = ", efuses["ADC1_INIT_CODE_ATTEN0"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c2.yaml | 35 …ADC1_INIT_CODE_ATTEN0 : {show: y, blk : 2, word: 2, pos: 14, len : 8, start : 78, type : 'u…
|
D | esp32c3.yaml | 93 …ADC1_INIT_CODE_ATTEN0 : {show: y, blk : 2, word: 4, pos: 20, len : 10, start: 148, type…
|
D | esp32c6.yaml | 86 …ADC1_INIT_CODE_ATTEN0 : {show: y, blk : 2, word: 4, pos: 17, len : 10, start: 145, type…
|
D | esp32s3.yaml | 108 …ADC1_INIT_CODE_ATTEN0 : {show: y, blk : 2, word: 4, pos: 21, len : 8, start: 149, type…
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 674 /** adc1_init_code_atten0 : R; bitpos: [26:17]; default: 0; 677 uint32_t adc1_init_code_atten0:10; member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 696 /** adc1_init_code_atten0 : R; bitpos: [29:20]; default: 0; 699 uint32_t adc1_init_code_atten0:10; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 768 /** adc1_init_code_atten0 : R; bitpos: [28:21]; default: 0; 771 uint32_t adc1_init_code_atten0:8; member
|