Searched full:adc_calibration_3 (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 56 WR_DIS.ADC_CALIBRATION_3, EFUSE_BLK0, 6, 1, [] wr_dis of ADC_CALIBRATION… 108 ADC_CALIBRATION_3, EFUSE_BLK2, 192, 11, [] Store the bit [86:96] of …
|
D | esp_efuse_table.c | 187 {EFUSE_BLK0, 6, 1}, // [] wr_dis of ADC_CALIBRATION_3, 379 static const esp_efuse_desc_t ADC_CALIBRATION_3[] = { variable 614 &WR_DIS_ADC_CALIBRATION_3[0], // [] wr_dis of ADC_CALIBRATION_3 854 &ADC_CALIBRATION_3[0], // [] Store the bit [86:96] of ADC calibration data
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | efuse_struct.h | 479 /** adc_calibration_3 : RO; bitpos: [10:0]; default: 0; 482 uint32_t adc_calibration_3:11; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c2.yaml | 50 …ADC_CALIBRATION_3 : {show: y, blk : 2, word: 6, pos : 0, len : 11, start: 192, type : 'ui…
|