Home
last modified time | relevance | path

Searched full:flash_cap (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv69 WR_DIS.FLASH_CAP, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_CAP
172 FLASH_CAP, EFUSE_BLK1, 128, 3, []
Desp_efuse_table.c239 {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/
Desp_efuse_table.csv69 WR_DIS.FLASH_CAP, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_CAP
173 FLASH_CAP, EFUSE_BLK1, 120, 3, [] Stores the flash cap
Desp_efuse_table.c239 {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/
Desp_efuse_table.csv79 WR_DIS.FLASH_CAP, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_CAP
203 FLASH_CAP, EFUSE_BLK1, 123, 3, [] Flash capacity {0: "None"…
Desp_efuse_table.c279 {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/
Desp32c2.py92 # ESP32-C2 doesn't have eFuse field FLASH_CAP.
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C6.rst36FLASH_CAP (BLOCK1) …
Dsummary_ESP32-H2.rst38FLASH_CAP (BLOCK1) …
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32c61.yaml58FLASH_CAP : {show: y, blk : 1, word: 2, pos: 13, len : 3, start : 77, type…
Desp32c3.yaml74FLASH_CAP : {show: y, blk : 1, word: 3, pos: 27, len : 3, start: 123, type…
Desp32c5.yaml74FLASH_CAP : {show: y, blk : 1, word: 2, pos: 13, len : 3, start : 77, type…
Desp32c5beta3.yaml74FLASH_CAP : {show: y, blk : 1, word: 2, pos: 13, len : 3, start : 77, type…
Desp32c6.yaml78FLASH_CAP : {show: y, blk : 1, word: 4, pos : 0, len : 3, start: 128, type…
Desp32h2.yaml70FLASH_CAP : {show: y, blk : 1, word: 3, pos: 24, len : 3, start: 120, type…
Desp32s3.yaml87FLASH_CAP : {show: y, blk : 1, word: 3, pos: 27, len : 3, start: 123, type…
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Defuse_struct.h582 /** flash_cap : R; bitpos: [2:0]; default: 0; */
583 uint32_t flash_cap:3; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Defuse_struct.h556 /** flash_cap : RO; bitpos: [26:24]; default: 0;
559 uint32_t flash_cap:3; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Defuse_struct.h605 /** flash_cap : R; bitpos: [29:27]; default: 0;
608 uint32_t flash_cap:3; member