Searched full:adc2_init_code_atten1 (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 103 WR_DIS.ADC2_INIT_CODE_ATTEN1, EFUSE_BLK0, 21, 1, [] wr_dis of ADC2_INIT_CODE_… 226 ADC2_INIT_CODE_ATTEN1, EFUSE_BLK2, 183, 6, [] ADC2 init code at atten1
|
D | esp_efuse_table.c | 375 {EFUSE_BLK0, 21, 1}, // [] wr_dis of ADC2_INIT_CODE_ATTEN1, 851 static const esp_efuse_desc_t ADC2_INIT_CODE_ATTEN1[] = { variable 1377 &WR_DIS_ADC2_INIT_CODE_ATTEN1[0], // [] wr_dis of ADC2_INIT_CODE_ATTEN1 1972 &ADC2_INIT_CODE_ATTEN1[0], // [] ADC2 init code at atten1
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | operations.py | 253 print("INIT_CODE_ATTEN1 = ", efuses["ADC2_INIT_CODE_ATTEN1"].get())
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | operations.py | 253 print("INIT_CODE_ATTEN1 = ", efuses["ADC2_INIT_CODE_ATTEN1"].get())
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 801 /** adc2_init_code_atten1 : R; bitpos: [28:23]; default: 0; 804 uint32_t adc2_init_code_atten1:6; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32s3.yaml | 113 …ADC2_INIT_CODE_ATTEN1 : {show: y, blk : 2, word: 5, pos: 23, len : 6, start: 183, type…
|