Home
last modified time | relevance | path

Searched full:blk3_part_reserve (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_table.csv45 WR_DIS.BLK3_PART_RESERVE, EFUSE_BLK0, 10, 1, [] wr_dis of BLK3_PART_RESER…
68 RD_DIS.BLK3_PART_RESERVE, EFUSE_BLK0, 19, 1, [] rd_dis of BLK3_PART_RESER…
89 BLK3_PART_RESERVE, EFUSE_BLK0, 110, 1, [] BLOCK3 partially served f…
Desp_efuse_table.c154 {EFUSE_BLK0, 10, 1}, // [] wr_dis of BLK3_PART_RESERVE,
246 {EFUSE_BLK0, 19, 1}, // [] rd_dis of BLK3_PART_RESERVE,
314 static const esp_efuse_desc_t BLK3_PART_RESERVE[] = { variable
614 &WR_DIS_BLK3_PART_RESERVE[0], // [] wr_dis of BLK3_PART_RESERVE
729 &RD_DIS_BLK3_PART_RESERVE[0], // [] rd_dis of BLK3_PART_RESERVE
814 &BLK3_PART_RESERVE[0], // [] BLOCK3 partially served for ADC calibration data
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_init.c140 //BLK3_PART_RESERVE indicates the presence of EFUSE_ADC_VREF in rtc_vddsdio_get_config()
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/
Dmem_definition.py100 # if BLK3_PART_RESERVE is set, these efuse fields are in BLOCK3:
Doperations.py189 blk3_reserve = efuses["BLK3_PART_RESERVE"]
Dfields.py128 if self["BLK3_PART_RESERVE"].get():
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32.rst25BLK3_PART_RESERVE (BLOCK0): BLOCK3 partially served for ADC calibration dat…
/hal_espressif-latest/components/soc/esp32/include/soc/
Defuse_struct.h329 /** blk3_part_reserve : RW; bitpos: [14]; default: 0;
332 uint32_t blk3_part_reserve:1; member
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espefuse.py231 self.espefuse_py("burn_efuse BLK3_PART_RESERVE 1")
799 self.espefuse_py("burn_efuse BLK3_PART_RESERVE 1")
813 self.espefuse_py("burn_efuse BLK3_PART_RESERVE 1")
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32.yaml19BLK3_PART_RESERVE : {show: y, blk : 0, word: 3, pos: 14, len : 1, start: 110, type : bool…