/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 16 WR_DIS.DIS_ICACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_ICACHE 107 DIS_ICACHE, EFUSE_BLK0, 40, 1, [] Set this bit to disable I…
|
D | esp_efuse_table.c | 390 static const esp_efuse_desc_t DIS_ICACHE[] = { variable 1189 &DIS_ICACHE[0], // [] Set this bit to disable Icache
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 16 WR_DIS.DIS_ICACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_ICACHE 116 DIS_ICACHE, EFUSE_BLK0, 40, 1, [] Set this bit to disable I…
|
D | esp_efuse_table.c | 426 static const esp_efuse_desc_t DIS_ICACHE[] = { variable 1314 &DIS_ICACHE[0], // [] Set this bit to disable Icache
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 18 WR_DIS.DIS_ICACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_ICACHE 112 DIS_ICACHE, EFUSE_BLK0, 40, 1, [] Represents whether icache…
|
D | esp_efuse_table.c | 410 static const esp_efuse_desc_t DIS_ICACHE[] = { variable 1247 …&DIS_ICACHE[0], // [] Represents whether icache is disabled or enabled. 1: disabled. 0: enabl…
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 16 WR_DIS.DIS_ICACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_ICACHE 112 DIS_ICACHE, EFUSE_BLK0, 40, 1, [] Represents whether icache…
|
D | esp_efuse_table.c | 410 static const esp_efuse_desc_t DIS_ICACHE[] = { variable 1255 …&DIS_ICACHE[0], // [] Represents whether icache is disabled or enabled. 1: disabled. 0: enabl…
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 16 WR_DIS.DIS_ICACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_ICACHE 133 DIS_ICACHE, EFUSE_BLK0, 40, 1, [] Set this bit to disable I…
|
D | esp_efuse_table.c | 494 static const esp_efuse_desc_t DIS_ICACHE[] = { variable 1527 &DIS_ICACHE[0], // [] Set this bit to disable Icache
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 1013 bool "Skip write-protection of DIS_CACHE (DIS_ICACHE, DIS_DCACHE)" 1018 …DIS_CACHE(for ESP32) or DIS_ICACHE/DIS_DCACHE(for other chips) eFuse when Flash Encryption is enab… 1029 ESP32-C3: DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE, DIS_USB_SERIAL_JTAG, 1032 ESP32-C6: SWAP_UART_SDIO_EN, DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE, 1036 … ESP32-H2: DIS_ICACHE, DIS_USB_JTAG, POWERGLITCH_EN, DIS_FORCE_DOWNLOAD, SPI_DOWNLOAD_MSPI_DIS, 1039 ESP32-S2: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE, 1043 ESP32-S3: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE,
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C6.rst | 16 …DIS_ICACHE (BLOCK0) Represents whether icache is disabled or enable…
|
D | summary_ESP32-H2.rst | 14 …DIS_ICACHE (BLOCK0) Represents whether icache is disabled or enable…
|
D | summary_ESP32-C3.rst | 32 …DIS_ICACHE (BLOCK0) Set this bit to disable Icache …
|
D | summary_ESP32-S2.rst | 34 …DIS_ICACHE (BLOCK0) Set this bit to disable Icache …
|
D | summary_ESP32-S3.rst | 14 …DIS_ICACHE (BLOCK0) Set this bit to disable Icache …
|