Home
last modified time | relevance | path

Searched full:dis_icache (Results 1 – 25 of 40) sorted by relevance

12

/hal_espressif-latest/components/bootloader_support/src/esp32h2/
Dflash_encryption_secure_features.c43 …// Set write-protection for DIS_ICACHE to prevent bricking chip in case it will be set accidentall… in esp_flash_encryption_enable_secure_features()
44 // esp32h2 has DIS_ICACHE. Write-protection bit = 2. in esp_flash_encryption_enable_secure_features()
46 // DIS_ICACHE, DIS_USB_JTAG, POWERGLITCH_EN, DIS_FORCE_DOWNLOAD, SPI_DOWNLOAD_MSPI_DIS, in esp_flash_encryption_enable_secure_features()
/hal_espressif-latest/components/bootloader_support/src/esp32s2/
Dflash_encryption_secure_features.c51 …// Set write-protection for DIS_ICACHE and DIS_DCACHE to prevent bricking chip in case it will be … in esp_flash_encryption_enable_secure_features()
52 // esp32s2 has DIS_ICACHE and DIS_DCACHE. Write-protection bit = 2 for both. in esp_flash_encryption_enable_secure_features()
54 // DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE, in esp_flash_encryption_enable_secure_features()
/hal_espressif-latest/components/bootloader_support/src/esp32s3/
Dflash_encryption_secure_features.c51 …// Set write-protection for DIS_ICACHE and DIS_DCACHE to prevent bricking chip in case it will be … in esp_flash_encryption_enable_secure_features()
52 // esp32s3 has DIS_ICACHE and DIS_DCACHE. Write-protection bit = 2 for both. in esp_flash_encryption_enable_secure_features()
54 // DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE, in esp_flash_encryption_enable_secure_features()
/hal_espressif-latest/components/bootloader_support/src/esp32c3/
Dflash_encryption_secure_features.c50 …// Set write-protection for DIS_ICACHE to prevent bricking chip in case it will be set accidentall… in esp_flash_encryption_enable_secure_features()
51 // esp32c3 has DIS_ICACHE. Write-protection bit = 2. in esp_flash_encryption_enable_secure_features()
53 // DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE, DIS_USB_SERIAL_JTAG, in esp_flash_encryption_enable_secure_features()
/hal_espressif-latest/components/bootloader_support/src/esp32c6/
Dflash_encryption_secure_features.c50 …// Set write-protection for DIS_ICACHE to prevent bricking chip in case it will be set accidentall… in esp_flash_encryption_enable_secure_features()
51 // esp32c6 has DIS_ICACHE. Write-protection bit = 2. in esp_flash_encryption_enable_secure_features()
53 // SWAP_UART_SDIO_EN, DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE, in esp_flash_encryption_enable_secure_features()
/hal_espressif-latest/components/bootloader_support/src/esp32/
Dflash_encryption_secure_features.c83 …// Set write-protection for DIS_ICACHE to prevent bricking chip in case it will be set accidentall… in esp_flash_encryption_enable_secure_features()
84 // esp32 has DIS_ICACHE. Write-protection bit = 3. in esp_flash_encryption_enable_secure_features()
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild1013 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/components/efuse/esp32c3/
Desp_efuse_table.csv16 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…
Desp_efuse_table.c27 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_ICACHE,
390 static const esp_efuse_desc_t DIS_ICACHE[] = { variable
734 &WR_DIS_DIS_ICACHE[0], // [] wr_dis of DIS_ICACHE
1189 &DIS_ICACHE[0], // [] Set this bit to disable Icache
/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv18 WR_DIS.DIS_ICACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_ICACHE
112 DIS_ICACHE, EFUSE_BLK0, 40, 1, [] Represents whether icache…
Desp_efuse_table.c35 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_ICACHE,
410 static const esp_efuse_desc_t DIS_ICACHE[] = { variable
777 &WR_DIS_DIS_ICACHE[0], // [] wr_dis of DIS_ICACHE
1247 …&DIS_ICACHE[0], // [] Represents whether icache is disabled or enabled. 1: disabled. 0: enabl…
/hal_espressif-latest/components/efuse/esp32s2/
Desp_efuse_table.csv16 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…
Desp_efuse_table.c27 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_ICACHE,
426 static const esp_efuse_desc_t DIS_ICACHE[] = { variable
814 &WR_DIS_DIS_ICACHE[0], // [] wr_dis of DIS_ICACHE
1314 &DIS_ICACHE[0], // [] Set this bit to disable Icache
/hal_espressif-latest/components/efuse/esp32h2/
Desp_efuse_table.csv16 WR_DIS.DIS_ICACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_ICACHE
112 DIS_ICACHE, EFUSE_BLK0, 40, 1, [] Represents whether icache…
Desp_efuse_table.c27 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_ICACHE,
410 static const esp_efuse_desc_t DIS_ICACHE[] = { variable
775 &WR_DIS_DIS_ICACHE[0], // [] wr_dis of DIS_ICACHE
1255 …&DIS_ICACHE[0], // [] Represents whether icache is disabled or enabled. 1: disabled. 0: enabl…
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_table.csv16 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…
Desp_efuse_table.c27 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_ICACHE,
494 static const esp_efuse_desc_t DIS_ICACHE[] = { variable
942 &WR_DIS_DIS_ICACHE[0], // [] wr_dis of DIS_ICACHE
1527 &DIS_ICACHE[0], // [] Set this bit to disable Icache
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C6.rst16DIS_ICACHE (BLOCK0) Represents whether icache is disabled or enable…
Dsummary_ESP32-H2.rst14DIS_ICACHE (BLOCK0) Represents whether icache is disabled or enable…
Dsummary_ESP32-C3.rst32DIS_ICACHE (BLOCK0) Set this bit to disable Icache …
Dsummary_ESP32-S2.rst34DIS_ICACHE (BLOCK0) Set this bit to disable Icache …
Dsummary_ESP32-S3.rst14DIS_ICACHE (BLOCK0) Set this bit to disable Icache …
/hal_espressif-latest/components/bootloader_support/src/
Dflash_encrypt.c398 ESP_LOGW(TAG, "Not write-protected DIS_ICACHE (set WR_DIS_DIS_ICACHE->1)"); in esp_flash_encryption_cfg_verify_release_mode()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Defuse_struct.h188 /** dis_icache : RO; bitpos: [8]; default: 0;
191 uint32_t dis_icache:1; member
1637 * Indicates a programming error of DIS_ICACHE.
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Defuse_struct.h187 /** dis_icache : RO; bitpos: [8]; default: 0;
190 uint32_t dis_icache:1; member
1634 * Indicates a programming error of DIS_ICACHE.

12