/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 80 WR_DIS.ADC1_INIT_CODE_ATTEN1, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_INIT_CODE_… 177 ADC1_INIT_CODE_ATTEN1, EFUSE_BLK2, 158, 10, [] ADC1 init code at atten1
|
D | esp_efuse_table.c | 283 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_INIT_CODE_ATTEN1, 655 static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN1[] = { variable 1054 &WR_DIS_ADC1_INIT_CODE_ATTEN1[0], // [] wr_dis of ADC1_INIT_CODE_ATTEN1 1519 &ADC1_INIT_CODE_ATTEN1[0], // [] ADC1 init code at atten1
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 77 WR_DIS.ADC1_INIT_CODE_ATTEN1, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_INIT_CODE_… 179 ADC1_INIT_CODE_ATTEN1, EFUSE_BLK2, 155, 10, [] ADC1 init code at atten1
|
D | esp_efuse_table.c | 271 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_INIT_CODE_ATTEN1, 660 static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN1[] = { variable 1072 &WR_DIS_ADC1_INIT_CODE_ATTEN1[0], // [] wr_dis of ADC1_INIT_CODE_ATTEN1 1558 &ADC1_INIT_CODE_ATTEN1[0], // [] ADC1 init code at atten1
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 99 WR_DIS.ADC1_INIT_CODE_ATTEN1, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_INIT_CODE_… 222 ADC1_INIT_CODE_ATTEN1, EFUSE_BLK2, 157, 6, [] ADC1 init code at atten1
|
D | esp_efuse_table.c | 359 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_INIT_CODE_ATTEN1, 835 static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN1[] = { variable 1357 &WR_DIS_ADC1_INIT_CODE_ATTEN1[0], // [] wr_dis of ADC1_INIT_CODE_ATTEN1 1952 &ADC1_INIT_CODE_ATTEN1[0], // [] ADC1 init code at atten1
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C3.rst | 21 …ADC1_INIT_CODE_ATTEN1 (BLOCK2) ADC1 init code at atten1 …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/ |
D | operations.py | 202 print("INIT_CODE_ATTEN1 = ", efuses["ADC1_INIT_CODE_ATTEN1"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/ |
D | operations.py | 202 print("INIT_CODE_ATTEN1 = ", efuses['ADC1_INIT_CODE_ATTEN1'].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | operations.py | 244 print("INIT_CODE_ATTEN1 = ", efuses["ADC1_INIT_CODE_ATTEN1"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | operations.py | 244 print("INIT_CODE_ATTEN1 = ", efuses["ADC1_INIT_CODE_ATTEN1"].get())
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 678 /** adc1_init_code_atten1 : R; bitpos: [31:27]; default: 0; 681 uint32_t adc1_init_code_atten1:5; member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 700 /** adc1_init_code_atten1 : R; bitpos: [31:30]; default: 0; 703 uint32_t adc1_init_code_atten1:2; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 772 /** adc1_init_code_atten1 : R; bitpos: [31:29]; default: 0; 775 uint32_t adc1_init_code_atten1:3; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c3.yaml | 94 …ADC1_INIT_CODE_ATTEN1 : {show: y, blk : 2, word: 4, pos: 30, len : 10, start: 158, type…
|
D | esp32c6.yaml | 87 …ADC1_INIT_CODE_ATTEN1 : {show: y, blk : 2, word: 4, pos: 27, len : 10, start: 155, type…
|
D | esp32s3.yaml | 109 …ADC1_INIT_CODE_ATTEN1 : {show: y, blk : 2, word: 4, pos: 29, len : 6, start: 157, type…
|