/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 81 WR_DIS.ADC1_INIT_CODE_ATTEN2, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_INIT_CODE_… 178 ADC1_INIT_CODE_ATTEN2, EFUSE_BLK2, 168, 10, [] ADC1 init code at atten2
|
D | esp_efuse_table.c | 287 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_INIT_CODE_ATTEN2, 659 static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN2[] = { variable 1059 &WR_DIS_ADC1_INIT_CODE_ATTEN2[0], // [] wr_dis of ADC1_INIT_CODE_ATTEN2 1524 &ADC1_INIT_CODE_ATTEN2[0], // [] ADC1 init code at atten2
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 78 WR_DIS.ADC1_INIT_CODE_ATTEN2, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_INIT_CODE_… 180 ADC1_INIT_CODE_ATTEN2, EFUSE_BLK2, 165, 10, [] ADC1 init code at atten2
|
D | esp_efuse_table.c | 275 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_INIT_CODE_ATTEN2, 664 static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN2[] = { variable 1077 &WR_DIS_ADC1_INIT_CODE_ATTEN2[0], // [] wr_dis of ADC1_INIT_CODE_ATTEN2 1563 &ADC1_INIT_CODE_ATTEN2[0], // [] ADC1 init code at atten2
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 100 WR_DIS.ADC1_INIT_CODE_ATTEN2, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_INIT_CODE_… 223 ADC1_INIT_CODE_ATTEN2, EFUSE_BLK2, 163, 6, [] ADC1 init code at atten2
|
D | esp_efuse_table.c | 363 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_INIT_CODE_ATTEN2, 839 static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN2[] = { variable 1362 &WR_DIS_ADC1_INIT_CODE_ATTEN2[0], // [] wr_dis of ADC1_INIT_CODE_ATTEN2 1957 &ADC1_INIT_CODE_ATTEN2[0], // [] ADC1 init code at atten2
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C3.rst | 22 …ADC1_INIT_CODE_ATTEN2 (BLOCK2) ADC1 init code at atten2 …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/ |
D | operations.py | 203 print("INIT_CODE_ATTEN2 = ", efuses["ADC1_INIT_CODE_ATTEN2"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/ |
D | operations.py | 203 print("INIT_CODE_ATTEN2 = ", efuses['ADC1_INIT_CODE_ATTEN2'].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | operations.py | 245 print("INIT_CODE_ATTEN2 = ", efuses["ADC1_INIT_CODE_ATTEN2"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | operations.py | 245 print("INIT_CODE_ATTEN2 = ", efuses["ADC1_INIT_CODE_ATTEN2"].get())
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 695 /** adc1_init_code_atten2 : R; bitpos: [14:5]; default: 0; 698 uint32_t adc1_init_code_atten2:10; member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 717 /** adc1_init_code_atten2 : R; bitpos: [17:8]; default: 0; 720 uint32_t adc1_init_code_atten2:10; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 789 /** adc1_init_code_atten2 : R; bitpos: [8:3]; default: 0; 792 uint32_t adc1_init_code_atten2:6; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c3.yaml | 95 …ADC1_INIT_CODE_ATTEN2 : {show: y, blk : 2, word: 5, pos : 8, len : 10, start: 168, type…
|
D | esp32c6.yaml | 88 …ADC1_INIT_CODE_ATTEN2 : {show: y, blk : 2, word: 5, pos : 5, len : 10, start: 165, type…
|
D | esp32s3.yaml | 110 …ADC1_INIT_CODE_ATTEN2 : {show: y, blk : 2, word: 5, pos : 3, len : 6, start: 163, type…
|