Home
last modified time | relevance | path

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

/hal_espressif-latest/components/efuse/esp32c2/
Desp_efuse_table.csv45 WR_DIS.ADC1_CAL_VOL_ATTEN3, EFUSE_BLK0, 6, 1, [] wr_dis of ADC1_CAL_VOL_AT…
97 ADC1_CAL_VOL_ATTEN3, EFUSE_BLK2, 99, 6, [] ADC1 calibration voltage …
Desp_efuse_table.c143 {EFUSE_BLK0, 6, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN3,
335 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN3[] = { variable
559 &WR_DIS_ADC1_CAL_VOL_ATTEN3[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN3
799 &ADC1_CAL_VOL_ATTEN3[0], // [] ADC1 calibration voltage at atten3
/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv86 WR_DIS.ADC1_CAL_VOL_ATTEN3, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT…
183 ADC1_CAL_VOL_ATTEN3, EFUSE_BLK2, 218, 10, [] ADC1 calibration voltage …
Desp_efuse_table.c307 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN3,
679 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN3[] = { variable
1084 &WR_DIS_ADC1_CAL_VOL_ATTEN3[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN3
1549 &ADC1_CAL_VOL_ATTEN3[0], // [] ADC1 calibration voltage at atten3
/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv83 WR_DIS.ADC1_CAL_VOL_ATTEN3, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT…
185 ADC1_CAL_VOL_ATTEN3, EFUSE_BLK2, 215, 10, [] ADC1 calibration voltage …
Desp_efuse_table.c295 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN3,
684 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN3[] = { variable
1102 &WR_DIS_ADC1_CAL_VOL_ATTEN3[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN3
1588 &ADC1_CAL_VOL_ATTEN3[0], // [] ADC1 calibration voltage at atten3
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_table.csv109 WR_DIS.ADC1_CAL_VOL_ATTEN3, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_CAL_VOL_AT…
232 ADC1_CAL_VOL_ATTEN3, EFUSE_BLK2, 225, 8, [] ADC1 calibration voltage …
Desp_efuse_table.c399 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_CAL_VOL_ATTEN3,
875 static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN3[] = { variable
1407 &WR_DIS_ADC1_CAL_VOL_ATTEN3[0], // [] wr_dis of ADC1_CAL_VOL_ATTEN3
2002 &ADC1_CAL_VOL_ATTEN3[0], // [] ADC1 calibration voltage at atten3
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C3.rst27ADC1_CAL_VOL_ATTEN3 (BLOCK2) ADC1 calibration voltage at atten3 …
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/
Doperations.py162 print("CAL_VOL_ATTEN3 = ", efuses["ADC1_CAL_VOL_ATTEN3"].get())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/
Doperations.py208 print("CAL_VOL_ATTEN3 = ", efuses["ADC1_CAL_VOL_ATTEN3"].get())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/
Doperations.py208 print("CAL_VOL_ATTEN3 = ", efuses['ADC1_CAL_VOL_ATTEN3'].get())
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Defuse_struct.h396 /** adc1_cal_vol_atten3 : R; bitpos: [8:3]; default: 0;
399 uint32_t adc1_cal_vol_atten3:6; member
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/
Doperations.py250 print("CAL_VOL_ATTEN3 = ", efuses["ADC1_CAL_VOL_ATTEN3"].get())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/
Doperations.py250 print("CAL_VOL_ATTEN3 = ", efuses["ADC1_CAL_VOL_ATTEN3"].get())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32c2.yaml38ADC1_CAL_VOL_ATTEN3 : {show: y, blk : 2, word: 3, pos : 3, len : 6, start : 99, type : 'u…
Desp32c3.yaml100ADC1_CAL_VOL_ATTEN3 : {show: y, blk : 2, word: 6, pos: 26, len : 10, start: 218, type…
Desp32c6.yaml93ADC1_CAL_VOL_ATTEN3 : {show: y, blk : 2, word: 6, pos: 23, len : 10, start: 215, type…
Desp32s3.yaml119ADC1_CAL_VOL_ATTEN3 : {show: y, blk : 2, word: 7, pos : 1, len : 8, start: 225, type…
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Defuse_struct.h728 /** adc1_cal_vol_atten3 : R; bitpos: [31:23]; default: 0;
731 uint32_t adc1_cal_vol_atten3:9; member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Defuse_struct.h750 /** adc1_cal_vol_atten3 : R; bitpos: [31:26]; default: 0;
753 uint32_t adc1_cal_vol_atten3:6; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Defuse_struct.h851 /** adc1_cal_vol_atten3 : R; bitpos: [8:1]; default: 0;
854 uint32_t adc1_cal_vol_atten3:8; member