Searched full:adc_calib (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 76 WR_DIS.ADC_CALIB, EFUSE_BLK0, 21, 1, [] wr_dis of ADC_CALIB 185 ADC_CALIB, EFUSE_BLK2, 128, 4, [] 4 bit of ADC calibration
|
D | esp_efuse_table.c | 267 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC_CALIB, 687 static const esp_efuse_desc_t ADC_CALIB[] = { variable 1114 &WR_DIS_ADC_CALIB[0], // [] wr_dis of ADC_CALIB 1639 &ADC_CALIB[0], // [] 4 bit of ADC calibration
|
/hal_espressif-latest/zephyr/esp32s2/src/esp_adc_cal/ |
D | esp_adc_cal.c | 19 const static char LOG_TAG[] = "adc_calib";
|
/hal_espressif-latest/components/esp_adc/deprecated/esp32s2/ |
D | esp_adc_cal_legacy.c | 21 const static char LOG_TAG[] = "adc_calib";
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S2.rst | 12 …ADC_CALIB (BLOCK2) 4 bit of ADC calibration …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/ |
D | operations.py | 242 print("TADC_CALIB = {}C".format(efuses["ADC_CALIB"].get()))
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | efuse_struct.h | 687 /** adc_calib : R; bitpos: [3:0]; default: 0; 690 uint32_t adc_calib:4; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32s2.yaml | 90 …ADC_CALIB : {show: y, blk : 2, word: 4, pos : 0, len : 4, start: 128, type : …
|