/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 71 WR_DIS.FLASH_VENDOR, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_VENDOR 174 FLASH_VENDOR, EFUSE_BLK1, 133, 3, []
|
D | esp_efuse_table.c | 247 {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/ |
D | esp_efuse_table.csv | 71 WR_DIS.FLASH_VENDOR, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_VENDOR 175 FLASH_VENDOR, EFUSE_BLK1, 125, 3, [] Stores the flash vendor
|
D | esp_efuse_table.c | 247 {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/ |
D | esp_efuse_table.csv | 81 WR_DIS.FLASH_VENDOR, EFUSE_BLK0, 20, 1, [] wr_dis of FLASH_VENDOR 205 FLASH_VENDOR, EFUSE_BLK1, 128, 3, [] Flash vendor {0: "None"; …
|
D | esp_efuse_table.c | 287 {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/ |
D | esp32c2.py | 97 # ESP32-C2 doesn't have eFuse field FLASH_VENDOR.
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C6.rst | 38 …FLASH_VENDOR (BLOCK1) …
|
D | summary_ESP32-H2.rst | 40 …FLASH_VENDOR (BLOCK1) …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c61.yaml | 59 …FLASH_VENDOR : {show: y, blk : 1, word: 2, pos: 16, len : 3, start : 80, type…
|
D | esp32c3.yaml | 76 …FLASH_VENDOR : {show: y, blk : 1, word: 4, pos : 0, len : 3, start: 128, type…
|
D | esp32c5.yaml | 75 …FLASH_VENDOR : {show: y, blk : 1, word: 2, pos: 16, len : 3, start : 80, type…
|
D | esp32c5beta3.yaml | 75 …FLASH_VENDOR : {show: y, blk : 1, word: 2, pos: 16, len : 3, start : 80, type…
|
D | esp32c6.yaml | 80 …FLASH_VENDOR : {show: y, blk : 1, word: 4, pos : 5, len : 3, start: 133, type…
|
D | esp32h2.yaml | 72 …FLASH_VENDOR : {show: y, blk : 1, word: 3, pos: 29, len : 3, start: 125, type…
|
D | esp32s3.yaml | 89 …FLASH_VENDOR : {show: y, blk : 1, word: 4, pos : 0, len : 3, start: 128, type…
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 586 /** flash_vendor : R; bitpos: [7:5]; default: 0; */ 587 uint32_t flash_vendor:3; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 564 /** flash_vendor : RO; bitpos: [31:29]; default: 0; 567 uint32_t flash_vendor:3; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 622 /** flash_vendor : R; bitpos: [2:0]; default: 0; 625 uint32_t flash_vendor:3; member
|