Home
last modified time | relevance | path

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

/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv71 WR_DIS.FLASH_VENDOR, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_VENDOR
174 FLASH_VENDOR, EFUSE_BLK1, 133, 3, []
Desp_efuse_table.c247 {EFUSE_BLK0, 20, 1}, // [] wr_dis of FLASH_VENDOR,
640 static const esp_efuse_desc_t FLASH_VENDOR[] = { variable
1042 &WR_DIS_FLASH_VENDOR[0], // [] wr_dis of FLASH_VENDOR
1533 &FLASH_VENDOR[0], // []
/hal_espressif-latest/components/efuse/esp32h2/
Desp_efuse_table.csv71 WR_DIS.FLASH_VENDOR, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_VENDOR
175 FLASH_VENDOR, EFUSE_BLK1, 125, 3, [] Stores the flash vendor
Desp_efuse_table.c247 {EFUSE_BLK0, 20, 1}, // [] wr_dis of FLASH_VENDOR,
644 static const esp_efuse_desc_t FLASH_VENDOR[] = { variable
1050 &WR_DIS_FLASH_VENDOR[0], // [] wr_dis of FLASH_VENDOR
1546 &FLASH_VENDOR[0], // [] Stores the flash vendor
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_table.csv81 WR_DIS.FLASH_VENDOR, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_VENDOR
205 FLASH_VENDOR, EFUSE_BLK1, 128, 3, [] Flash vendor {0: "None"; …
Desp_efuse_table.c287 {EFUSE_BLK0, 20, 1}, // [] wr_dis of FLASH_VENDOR,
767 static const esp_efuse_desc_t FLASH_VENDOR[] = { variable
1267 &WR_DIS_FLASH_VENDOR[0], // [] wr_dis of FLASH_VENDOR
1867 …&FLASH_VENDOR[0], // [] Flash vendor {0: "None"; 1: "XMC"; 2: "GD"; 3: "FM"; 4: "TT"; 5: "BY"}
/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32c2.py97 # ESP32-C2 doesn't have eFuse field FLASH_VENDOR.
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C6.rst38FLASH_VENDOR (BLOCK1) …
Dsummary_ESP32-H2.rst40FLASH_VENDOR (BLOCK1) …
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32c61.yaml59FLASH_VENDOR : {show: y, blk : 1, word: 2, pos: 16, len : 3, start : 80, type…
Desp32c3.yaml76FLASH_VENDOR : {show: y, blk : 1, word: 4, pos : 0, len : 3, start: 128, type…
Desp32c5.yaml75FLASH_VENDOR : {show: y, blk : 1, word: 2, pos: 16, len : 3, start : 80, type…
Desp32c5beta3.yaml75FLASH_VENDOR : {show: y, blk : 1, word: 2, pos: 16, len : 3, start : 80, type…
Desp32c6.yaml80FLASH_VENDOR : {show: y, blk : 1, word: 4, pos : 5, len : 3, start: 133, type…
Desp32h2.yaml72FLASH_VENDOR : {show: y, blk : 1, word: 3, pos: 29, len : 3, start: 125, type…
Desp32s3.yaml89FLASH_VENDOR : {show: y, blk : 1, word: 4, pos : 0, len : 3, start: 128, type…
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Defuse_struct.h586 /** flash_vendor : R; bitpos: [7:5]; default: 0; */
587 uint32_t flash_vendor:3; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Defuse_struct.h564 /** flash_vendor : RO; bitpos: [31:29]; default: 0;
567 uint32_t flash_vendor:3; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Defuse_struct.h622 /** flash_vendor : R; bitpos: [2:0]; default: 0;
625 uint32_t flash_vendor:3; member