Home
last modified time | relevance | path

Searched full:adc1_cal_vol_atten0 (Results 1 – 22 of 22) sorted by relevance

/hal_espressif-latest/components/efuse/esp32c2/
Desp_efuse_table.csv44 WR_DIS.ADC1_CAL_VOL_ATTEN0, EFUSE_BLK0, 6, 1, [] wr_dis of ADC1_CAL_VOL_AT…
96 ADC1_CAL_VOL_ATTEN0, EFUSE_BLK2, 91, 8, [] ADC1 calibration voltage …
Desp_efuse_table.c139 {EFUSE_BLK0, 6, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN0,
331 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN0[] = { variable
554 &WR_DIS_ADC1_CAL_VOL_ATTEN0[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN0
794 &ADC1_CAL_VOL_ATTEN0[0], // [] ADC1 calibration voltage at atten0
/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv83 WR_DIS.ADC1_CAL_VOL_ATTEN0, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT…
180 ADC1_CAL_VOL_ATTEN0, EFUSE_BLK2, 188, 10, [] ADC1 calibration voltage …
Desp_efuse_table.c295 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN0,
667 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN0[] = { variable
1069 &WR_DIS_ADC1_CAL_VOL_ATTEN0[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN0
1534 &ADC1_CAL_VOL_ATTEN0[0], // [] ADC1 calibration voltage at atten0
/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv80 WR_DIS.ADC1_CAL_VOL_ATTEN0, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT…
182 ADC1_CAL_VOL_ATTEN0, EFUSE_BLK2, 185, 10, [] ADC1 calibration voltage …
Desp_efuse_table.c283 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN0,
672 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN0[] = { variable
1087 &WR_DIS_ADC1_CAL_VOL_ATTEN0[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN0
1573 &ADC1_CAL_VOL_ATTEN0[0], // [] ADC1 calibration voltage at atten0
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_table.csv106 WR_DIS.ADC1_CAL_VOL_ATTEN0, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT…
229 ADC1_CAL_VOL_ATTEN0, EFUSE_BLK2, 201, 8, [] ADC1 calibration voltage …
Desp_efuse_table.c387 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN0,
863 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN0[] = { variable
1392 &WR_DIS_ADC1_CAL_VOL_ATTEN0[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN0
1987 &ADC1_CAL_VOL_ATTEN0[0], // [] ADC1 calibration voltage at atten0
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C3.rst24ADC1_CAL_VOL_ATTEN0 (BLOCK2) ADC1 calibration voltage at atten0 …
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/
Doperations.py161 print("CAL_VOL_ATTEN0 = ", efuses["ADC1_CAL_VOL_ATTEN0"].get())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/
Doperations.py205 print("CAL_VOL_ATTEN0 = ", efuses["ADC1_CAL_VOL_ATTEN0"].get())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/
Doperations.py205 print("CAL_VOL_ATTEN0 = ", efuses['ADC1_CAL_VOL_ATTEN0'].get())
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Defuse_struct.h379 /** adc1_cal_vol_atten0 : R; bitpos: [31:27]; default: 0;
382 uint32_t adc1_cal_vol_atten0:5; member
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/
Doperations.py247 print("CAL_VOL_ATTEN0 = ", efuses["ADC1_CAL_VOL_ATTEN0"].get())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/
Doperations.py247 print("CAL_VOL_ATTEN0 = ", efuses["ADC1_CAL_VOL_ATTEN0"].get())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32c2.yaml37ADC1_CAL_VOL_ATTEN0 : {show: y, blk : 2, word: 2, pos: 27, len : 8, start : 91, type : 'u…
Desp32c3.yaml97ADC1_CAL_VOL_ATTEN0 : {show: y, blk : 2, word: 5, pos: 28, len : 10, start: 188, type…
Desp32c6.yaml90ADC1_CAL_VOL_ATTEN0 : {show: y, blk : 2, word: 5, pos: 25, len : 10, start: 185, type…
Desp32s3.yaml116ADC1_CAL_VOL_ATTEN0 : {show: y, blk : 2, word: 6, pos : 9, len : 8, start: 201, type…
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Defuse_struct.h703 /** adc1_cal_vol_atten0 : R; bitpos: [31:25]; default: 0;
706 uint32_t adc1_cal_vol_atten0:7; member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Defuse_struct.h725 /** adc1_cal_vol_atten0 : R; bitpos: [31:28]; default: 0;
728 uint32_t adc1_cal_vol_atten0:4; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Defuse_struct.h826 /** adc1_cal_vol_atten0 : R; bitpos: [16:9]; default: 0;
829 uint32_t adc1_cal_vol_atten0:8; member