Searched full:adc1_ave_initcode_atten3 (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 82 WR_DIS.ADC1_AVE_INITCODE_ATTEN3, EFUSE_BLK0, 21, 1, [] wr_dis of ADC1_AVE_INITCO… 185 ADC1_AVE_INITCODE_ATTEN3, EFUSE_BLK2, 175, 10, [] ADC1 calibration data
|
D | esp_efuse_table.c | 291 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC1_AVE_INITCODE_ATTEN3, 684 static const esp_efuse_desc_t ADC1_AVE_INITCODE_ATTEN3[] = { variable 1105 &WR_DIS_ADC1_AVE_INITCODE_ATTEN3[0], // [] wr_dis of ADC1_AVE_INITCODE_ATTEN3 1596 &ADC1_AVE_INITCODE_ATTEN3[0], // [] ADC1 calibration data
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/ |
D | operations.py | 203 print("AVE_INITCODE_ATTEN3 = ", efuses["ADC1_AVE_INITCODE_ATTEN3"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/ |
D | operations.py | 203 print("AVE_INITCODE_ATTEN3 = ", efuses["ADC1_AVE_INITCODE_ATTEN3"].get())
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 704 /** adc1_ave_initcode_atten3 : R; bitpos: [24:15]; default: 0; 707 uint32_t adc1_ave_initcode_atten3:10; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32h2.yaml | 85 …ADC1_AVE_INITCODE_ATTEN3 : {show: y, blk : 2, word: 5, pos: 15, len : 10, start: 175, type…
|