Home
last modified time | relevance | path

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

/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv85 WR_DIS.ADC1_CAL_VOL_ATTEN2, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT…
182 ADC1_CAL_VOL_ATTEN2, EFUSE_BLK2, 208, 10, [] ADC1 calibration voltage …
Desp_efuse_table.c303 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN2,
675 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN2[] = { variable
1079 &WR_DIS_ADC1_CAL_VOL_ATTEN2[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN2
1544 &ADC1_CAL_VOL_ATTEN2[0], // [] ADC1 calibration voltage at atten2
/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv82 WR_DIS.ADC1_CAL_VOL_ATTEN2, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT…
184 ADC1_CAL_VOL_ATTEN2, EFUSE_BLK2, 205, 10, [] ADC1 calibration voltage …
Desp_efuse_table.c291 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN2,
680 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN2[] = { variable
1097 &WR_DIS_ADC1_CAL_VOL_ATTEN2[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN2
1583 &ADC1_CAL_VOL_ATTEN2[0], // [] ADC1 calibration voltage at atten2
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_table.csv108 WR_DIS.ADC1_CAL_VOL_ATTEN2, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT…
231 ADC1_CAL_VOL_ATTEN2, EFUSE_BLK2, 217, 8, [] ADC1 calibration voltage …
Desp_efuse_table.c395 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN2,
871 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN2[] = { variable
1402 &WR_DIS_ADC1_CAL_VOL_ATTEN2[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN2
1997 &ADC1_CAL_VOL_ATTEN2[0], // [] ADC1 calibration voltage at atten2
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C3.rst26ADC1_CAL_VOL_ATTEN2 (BLOCK2) ADC1 calibration voltage at atten2 …
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/
Doperations.py207 print("CAL_VOL_ATTEN2 = ", efuses["ADC1_CAL_VOL_ATTEN2"].get())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/
Doperations.py207 print("CAL_VOL_ATTEN2 = ", efuses['ADC1_CAL_VOL_ATTEN2'].get())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/
Doperations.py249 print("CAL_VOL_ATTEN2 = ", efuses["ADC1_CAL_VOL_ATTEN2"].get())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/
Doperations.py249 print("CAL_VOL_ATTEN2 = ", efuses["ADC1_CAL_VOL_ATTEN2"].get())
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Defuse_struct.h724 /** adc1_cal_vol_atten2 : R; bitpos: [22:13]; default: 0;
727 uint32_t adc1_cal_vol_atten2:10; member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Defuse_struct.h746 /** adc1_cal_vol_atten2 : R; bitpos: [25:16]; default: 0;
749 uint32_t adc1_cal_vol_atten2:10; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Defuse_struct.h834 /** adc1_cal_vol_atten2 : R; bitpos: [31:25]; default: 0;
837 uint32_t adc1_cal_vol_atten2:7; member
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32c3.yaml99ADC1_CAL_VOL_ATTEN2 : {show: y, blk : 2, word: 6, pos: 16, len : 10, start: 208, type…
Desp32c6.yaml92ADC1_CAL_VOL_ATTEN2 : {show: y, blk : 2, word: 6, pos: 13, len : 10, start: 205, type…
Desp32s3.yaml118ADC1_CAL_VOL_ATTEN2 : {show: y, blk : 2, word: 6, pos: 25, len : 8, start: 217, type…