Searched full:flash_ecc_en (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.7.0/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 57 WR_DIS.FLASH_ECC_EN, EFUSE_BLK0, 18, 1, [] wr_dis of FLASH_ECC_EN 171 FLASH_ECC_EN, EFUSE_BLK0, 140, 1, [] Set 1 to enable ECC for f…
|
D | esp_efuse_table.c | 191 {EFUSE_BLK0, 18, 1}, // [] wr_dis of FLASH_ECC_EN, 646 static const esp_efuse_desc_t FLASH_ECC_EN[] = { variable 1099 &WR_DIS_FLASH_ECC_EN[0], // [] wr_dis of FLASH_ECC_EN 1669 &FLASH_ECC_EN[0], // [] Set 1 to enable ECC for flash boot
|
/hal_espressif-3.7.0/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S3.rst | 35 …FLASH_ECC_EN (BLOCK0) Set 1 to enable ECC for flash boot …
|
D | summary_ESP32-P4.rst | 56 …FLASH_ECC_EN (BLOCK0) Set this bit to enable ecc for flash boot …
|
/hal_espressif-3.7.0/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 403 /** flash_ecc_en : RO; bitpos: [12]; default: 0; 406 uint32_t flash_ecc_en:1; member
|
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 459 /** flash_ecc_en : RO; bitpos: [12]; default: 0; 462 uint32_t flash_ecc_en:1; member
|
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c3.yaml | 51 …FLASH_ECC_EN : {show: n, blk : 0, word: 4, pos: 12, len : 1, start: 140, type…
|
D | esp32p4.yaml | 46 …FLASH_ECC_EN : {show: y, blk : 0, word: 3, pos: 26, len : 1, start: 122, type…
|
D | esp32s3.yaml | 64 …FLASH_ECC_EN : {show: y, blk : 0, word: 4, pos: 12, len : 1, start: 140, type…
|