Home
last modified time | relevance | path

Searched full:adc1_init_code_atten2 (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv81 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
Desp_efuse_table.c287 {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/
Desp_efuse_table.csv78 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
Desp_efuse_table.c275 {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/
Desp_efuse_table.csv100 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
Desp_efuse_table.c363 {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/
Dsummary_ESP32-C3.rst22ADC1_INIT_CODE_ATTEN2 (BLOCK2) ADC1 init code at atten2 …
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/
Doperations.py203 print("INIT_CODE_ATTEN2 = ", efuses["ADC1_INIT_CODE_ATTEN2"].get())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/
Doperations.py203 print("INIT_CODE_ATTEN2 = ", efuses['ADC1_INIT_CODE_ATTEN2'].get())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/
Doperations.py245 print("INIT_CODE_ATTEN2 = ", efuses["ADC1_INIT_CODE_ATTEN2"].get())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/
Doperations.py245 print("INIT_CODE_ATTEN2 = ", efuses["ADC1_INIT_CODE_ATTEN2"].get())
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Defuse_struct.h695 /** 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/
Defuse_struct.h717 /** 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/
Defuse_struct.h789 /** 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/
Desp32c3.yaml95ADC1_INIT_CODE_ATTEN2 : {show: y, blk : 2, word: 5, pos : 8, len : 10, start: 168, type…
Desp32c6.yaml88ADC1_INIT_CODE_ATTEN2 : {show: y, blk : 2, word: 5, pos : 5, len : 10, start: 165, type…
Desp32s3.yaml110ADC1_INIT_CODE_ATTEN2 : {show: y, blk : 2, word: 5, pos : 3, len : 6, start: 163, type…