/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 43 WR_DIS.ADC1_INIT_CODE_ATTEN3, EFUSE_BLK0, 6, 1, [] wr_dis of ADC1_INIT_CODE_… 95 ADC1_INIT_CODE_ATTEN3, EFUSE_BLK2, 86, 5, [] ADC1 init code at atten3
|
D | esp_efuse_table.c | 135 {EFUSE_BLK0, 6, 1}, // [] wr_dis of ADC1_INIT_CODE_ATTEN3, 327 static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN3[] = { variable 549 &WR_DIS_ADC1_INIT_CODE_ATTEN3[0], // [] wr_dis of ADC1_INIT_CODE_ATTEN3 789 &ADC1_INIT_CODE_ATTEN3[0], // [] ADC1 init code at atten3
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 82 WR_DIS.ADC1_INIT_CODE_ATTEN3, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_INIT_CODE_… 179 ADC1_INIT_CODE_ATTEN3, EFUSE_BLK2, 178, 10, [] ADC1 init code at atten3
|
D | esp_efuse_table.c | 291 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_INIT_CODE_ATTEN3, 663 static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN3[] = { variable 1064 &WR_DIS_ADC1_INIT_CODE_ATTEN3[0], // [] wr_dis of ADC1_INIT_CODE_ATTEN3 1529 &ADC1_INIT_CODE_ATTEN3[0], // [] ADC1 init code at atten3
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 79 WR_DIS.ADC1_INIT_CODE_ATTEN3, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_INIT_CODE_… 181 ADC1_INIT_CODE_ATTEN3, EFUSE_BLK2, 175, 10, [] ADC1 init code at atten3
|
D | esp_efuse_table.c | 279 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_INIT_CODE_ATTEN3, 668 static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN3[] = { variable 1082 &WR_DIS_ADC1_INIT_CODE_ATTEN3[0], // [] wr_dis of ADC1_INIT_CODE_ATTEN3 1568 &ADC1_INIT_CODE_ATTEN3[0], // [] ADC1 init code at atten3
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 101 WR_DIS.ADC1_INIT_CODE_ATTEN3, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_INIT_CODE_… 224 ADC1_INIT_CODE_ATTEN3, EFUSE_BLK2, 169, 6, [] ADC1 init code at atten3
|
D | esp_efuse_table.c | 367 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_INIT_CODE_ATTEN3, 843 static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN3[] = { variable 1367 &WR_DIS_ADC1_INIT_CODE_ATTEN3[0], // [] wr_dis of ADC1_INIT_CODE_ATTEN3 1962 &ADC1_INIT_CODE_ATTEN3[0], // [] ADC1 init code at atten3
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C3.rst | 23 …ADC1_INIT_CODE_ATTEN3 (BLOCK2) ADC1 init code at atten3 …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/ |
D | operations.py | 160 print("INIT_CODE_ATTEN3 = ", efuses["ADC1_INIT_CODE_ATTEN3"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/ |
D | operations.py | 204 print("INIT_CODE_ATTEN3 = ", efuses["ADC1_INIT_CODE_ATTEN3"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/ |
D | operations.py | 204 print("INIT_CODE_ATTEN3 = ", efuses['ADC1_INIT_CODE_ATTEN3'].get())
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | efuse_struct.h | 375 /** adc1_init_code_atten3 : R; bitpos: [26:22]; default: 0; 378 uint32_t adc1_init_code_atten3:5; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | operations.py | 246 print("INIT_CODE_ATTEN3 = ", efuses["ADC1_INIT_CODE_ATTEN3"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | operations.py | 246 print("INIT_CODE_ATTEN3 = ", efuses["ADC1_INIT_CODE_ATTEN3"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c2.yaml | 36 …ADC1_INIT_CODE_ATTEN3 : {show: y, blk : 2, word: 2, pos: 22, len : 5, start : 86, type : 'u…
|
D | esp32c3.yaml | 96 …ADC1_INIT_CODE_ATTEN3 : {show: y, blk : 2, word: 5, pos: 18, len : 10, start: 178, type…
|
D | esp32c6.yaml | 89 …ADC1_INIT_CODE_ATTEN3 : {show: y, blk : 2, word: 5, pos: 15, len : 10, start: 175, type…
|
D | esp32s3.yaml | 111 …ADC1_INIT_CODE_ATTEN3 : {show: y, blk : 2, word: 5, pos : 9, len : 6, start: 169, type…
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 699 /** adc1_init_code_atten3 : R; bitpos: [24:15]; default: 0; 702 uint32_t adc1_init_code_atten3:10; member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 721 /** adc1_init_code_atten3 : R; bitpos: [27:18]; default: 0; 724 uint32_t adc1_init_code_atten3:10; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 793 /** adc1_init_code_atten3 : R; bitpos: [14:9]; default: 0; 796 uint32_t adc1_init_code_atten3:6; member
|