/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 69 WR_DIS.FLASH_CAP, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_CAP 172 FLASH_CAP, EFUSE_BLK1, 128, 3, []
|
D | esp_efuse_table.c | 239 {EFUSE_BLK0, 20, 1}, // [] wr_dis of FLASH_CAP, 632 static const esp_efuse_desc_t FLASH_CAP[] = { variable 1032 &WR_DIS_FLASH_CAP[0], // [] wr_dis of FLASH_CAP 1523 &FLASH_CAP[0], // []
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 69 WR_DIS.FLASH_CAP, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_CAP 173 FLASH_CAP, EFUSE_BLK1, 120, 3, [] Stores the flash cap
|
D | esp_efuse_table.c | 239 {EFUSE_BLK0, 20, 1}, // [] wr_dis of FLASH_CAP, 636 static const esp_efuse_desc_t FLASH_CAP[] = { variable 1040 &WR_DIS_FLASH_CAP[0], // [] wr_dis of FLASH_CAP 1536 &FLASH_CAP[0], // [] Stores the flash cap
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 79 WR_DIS.FLASH_CAP, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_CAP 203 FLASH_CAP, EFUSE_BLK1, 123, 3, [] Flash capacity {0: "None"…
|
D | esp_efuse_table.c | 279 {EFUSE_BLK0, 20, 1}, // [] wr_dis of FLASH_CAP, 759 static const esp_efuse_desc_t FLASH_CAP[] = { variable 1257 &WR_DIS_FLASH_CAP[0], // [] wr_dis of FLASH_CAP 1857 &FLASH_CAP[0], // [] Flash capacity {0: "None"; 1: "8M"; 2: "4M"}
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32c2.py | 92 # ESP32-C2 doesn't have eFuse field FLASH_CAP.
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C6.rst | 36 …FLASH_CAP (BLOCK1) …
|
D | summary_ESP32-H2.rst | 38 …FLASH_CAP (BLOCK1) …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c61.yaml | 58 …FLASH_CAP : {show: y, blk : 1, word: 2, pos: 13, len : 3, start : 77, type…
|
D | esp32c3.yaml | 74 …FLASH_CAP : {show: y, blk : 1, word: 3, pos: 27, len : 3, start: 123, type…
|
D | esp32c5.yaml | 74 …FLASH_CAP : {show: y, blk : 1, word: 2, pos: 13, len : 3, start : 77, type…
|
D | esp32c5beta3.yaml | 74 …FLASH_CAP : {show: y, blk : 1, word: 2, pos: 13, len : 3, start : 77, type…
|
D | esp32c6.yaml | 78 …FLASH_CAP : {show: y, blk : 1, word: 4, pos : 0, len : 3, start: 128, type…
|
D | esp32h2.yaml | 70 …FLASH_CAP : {show: y, blk : 1, word: 3, pos: 24, len : 3, start: 120, type…
|
D | esp32s3.yaml | 87 …FLASH_CAP : {show: y, blk : 1, word: 3, pos: 27, len : 3, start: 123, type…
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 582 /** flash_cap : R; bitpos: [2:0]; default: 0; */ 583 uint32_t flash_cap:3; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 556 /** flash_cap : RO; bitpos: [26:24]; default: 0; 559 uint32_t flash_cap:3; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 605 /** flash_cap : R; bitpos: [29:27]; default: 0; 608 uint32_t flash_cap:3; member
|