Searched full:blk3_part_reserve (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 45 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…
|
D | esp_efuse_table.c | 154 {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/ |
D | rtc_init.c | 140 //BLK3_PART_RESERVE indicates the presence of EFUSE_ADC_VREF in rtc_vddsdio_get_config()
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/ |
D | mem_definition.py | 100 # if BLK3_PART_RESERVE is set, these efuse fields are in BLOCK3:
|
D | operations.py | 189 blk3_reserve = efuses["BLK3_PART_RESERVE"]
|
D | fields.py | 128 if self["BLK3_PART_RESERVE"].get():
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32.rst | 25 …BLK3_PART_RESERVE (BLOCK0): BLOCK3 partially served for ADC calibration dat…
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | efuse_struct.h | 329 /** blk3_part_reserve : RW; bitpos: [14]; default: 0; 332 uint32_t blk3_part_reserve:1; member
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 231 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/ |
D | esp32.yaml | 19 …BLK3_PART_RESERVE : {show: y, blk : 0, word: 3, pos: 14, len : 1, start: 110, type : bool…
|