Searched full:adc2_cal_vol_atten3 (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 92 WR_DIS.ADC2_CAL_VOL_ATTEN3, EFUSE_BLK0, 20, 1, [] wr_dis of ADC2_CAL_VOL_AT… 216 ADC2_CAL_VOL_ATTEN3, EFUSE_BLK1, 186, 6, [] ADC2 calibration voltage …
|
D | esp_efuse_table.c | 331 {EFUSE_BLK0, 20, 1}, // [] wr_dis of ADC2_CAL_VOL_ATTEN3, 811 static const esp_efuse_desc_t ADC2_CAL_VOL_ATTEN3[] = { variable 1322 &WR_DIS_ADC2_CAL_VOL_ATTEN3[0], // [] wr_dis of ADC2_CAL_VOL_ATTEN3 1922 &ADC2_CAL_VOL_ATTEN3[0], // [] ADC2 calibration voltage at atten3
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 687 /** adc2_cal_vol_atten3 : R; bitpos: [31:26]; default: 0; 690 uint32_t adc2_cal_vol_atten3:6; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32s3.yaml | 102 …ADC2_CAL_VOL_ATTEN3 : {show: y, blk : 1, word: 5, pos: 26, len : 6, start: 186, type…
|