/hal_espressif-latest/tools/esptool_py/test/efuse_scripts/esp32xx/ |
D | execute_efuse_script.py | 3 espefuse(esp, efuses, args, 'burn_efuse DIS_FORCE_DOWNLOAD 1 DIS_DOWNLOAD_MODE 1') 18 if efuses["DIS_FORCE_DOWNLOAD"].get() != 1: 19 raise esptool.FatalError("DIS_FORCE_DOWNLOAD was not set")
|
D | execute_efuse_script2.py | 3 espefuse(esp, efuses, args, 'burn_efuse DIS_FORCE_DOWNLOAD 1 DIS_DOWNLOAD_MODE 1') 4 if efuses["DIS_FORCE_DOWNLOAD"].get() != 0:
|
/hal_espressif-latest/components/bootloader_support/src/esp32h2/ |
D | flash_encryption_secure_features.c | 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/ |
D | flash_encryption_secure_features.c | 55 // DIS_FORCE_DOWNLOAD, DIS_USB, DIS_TWAI, DIS_BOOT_REMAP, SOFT_DIS_JTAG, in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/bootloader_support/src/esp32s3/ |
D | flash_encryption_secure_features.c | 55 // DIS_FORCE_DOWNLOAD, DIS_USB_OTG, DIS_TWAI, DIS_APP_CPU, DIS_PAD_JTAG, in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/bootloader_support/src/esp32c3/ |
D | flash_encryption_secure_features.c | 54 // DIS_FORCE_DOWNLOAD, DIS_TWAI, JTAG_SEL_ENABLE, DIS_PAD_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT. in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/bootloader_support/src/esp32c6/ |
D | flash_encryption_secure_features.c | 54 // DIS_USB_SERIAL_JTAG, DIS_FORCE_DOWNLOAD, DIS_TWAI, JTAG_SEL_ENABLE, in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 20 WR_DIS.DIS_FORCE_DOWNLOAD, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_FORCE_DOWNL… 111 DIS_FORCE_DOWNLOAD, EFUSE_BLK0, 44, 1, [] Set this bit to disable t…
|
D | esp_efuse_table.c | 43 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_FORCE_DOWNLOAD, 406 static const esp_efuse_desc_t DIS_FORCE_DOWNLOAD[] = { variable 754 &WR_DIS_DIS_FORCE_DOWNLOAD[0], // [] wr_dis of DIS_FORCE_DOWNLOAD 1209 …&DIS_FORCE_DOWNLOAD[0], // [] Set this bit to disable the function that forces chip into down…
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 22 WR_DIS.DIS_FORCE_DOWNLOAD, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_FORCE_DOWNL… 116 DIS_FORCE_DOWNLOAD, EFUSE_BLK0, 44, 1, [] Represents whether the fu…
|
D | esp_efuse_table.c | 51 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_FORCE_DOWNLOAD, 426 static const esp_efuse_desc_t DIS_FORCE_DOWNLOAD[] = { variable 797 &WR_DIS_DIS_FORCE_DOWNLOAD[0], // [] wr_dis of DIS_FORCE_DOWNLOAD 1267 …&DIS_FORCE_DOWNLOAD[0], // [] Represents whether the function that forces chip into download …
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 20 WR_DIS.DIS_FORCE_DOWNLOAD, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_FORCE_DOWNL… 120 DIS_FORCE_DOWNLOAD, EFUSE_BLK0, 44, 1, [] Set this bit to disable t…
|
D | esp_efuse_table.c | 43 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_FORCE_DOWNLOAD, 442 static const esp_efuse_desc_t DIS_FORCE_DOWNLOAD[] = { variable 834 &WR_DIS_DIS_FORCE_DOWNLOAD[0], // [] wr_dis of DIS_FORCE_DOWNLOAD 1334 …&DIS_FORCE_DOWNLOAD[0], // [] Set this bit to disable the function that forces chip into down…
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 19 WR_DIS.DIS_FORCE_DOWNLOAD, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_FORCE_DOWNL… 115 DIS_FORCE_DOWNLOAD, EFUSE_BLK0, 44, 1, [] Represents whether the fu…
|
D | esp_efuse_table.c | 39 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_FORCE_DOWNLOAD, 422 static const esp_efuse_desc_t DIS_FORCE_DOWNLOAD[] = { variable 790 &WR_DIS_DIS_FORCE_DOWNLOAD[0], // [] wr_dis of DIS_FORCE_DOWNLOAD 1270 …&DIS_FORCE_DOWNLOAD[0], // [] Represents whether the function that forces chip into download …
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 1030 … DIS_FORCE_DOWNLOAD, DIS_TWAI, JTAG_SEL_ENABLE, DIS_PAD_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT. 1033 DIS_USB_SERIAL_JTAG, DIS_FORCE_DOWNLOAD, DIS_TWAI, JTAG_SEL_ENABLE, 1036 … ESP32-H2: DIS_ICACHE, DIS_USB_JTAG, POWERGLITCH_EN, DIS_FORCE_DOWNLOAD, SPI_DOWNLOAD_MSPI_DIS, 1040 DIS_FORCE_DOWNLOAD, DIS_USB, DIS_TWAI, DIS_BOOT_REMAP, SOFT_DIS_JTAG, 1044 DIS_FORCE_DOWNLOAD, DIS_USB_OTG, DIS_TWAI, DIS_APP_CPU, DIS_PAD_JTAG,
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 20 WR_DIS.DIS_FORCE_DOWNLOAD, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_FORCE_DOWNL… 137 DIS_FORCE_DOWNLOAD, EFUSE_BLK0, 44, 1, [] Set this bit to disable t…
|
D | esp_efuse_table.c | 43 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_FORCE_DOWNLOAD, 510 static const esp_efuse_desc_t DIS_FORCE_DOWNLOAD[] = { variable 962 &WR_DIS_DIS_FORCE_DOWNLOAD[0], // [] wr_dis of DIS_FORCE_DOWNLOAD 1547 …&DIS_FORCE_DOWNLOAD[0], // [] Set this bit to disable the function that forces chip into down…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C6.rst | 72 …DIS_FORCE_DOWNLOAD (BLOCK0) Represents whether the function that forces chi…
|
D | summary_ESP32-H2.rst | 71 …DIS_FORCE_DOWNLOAD (BLOCK0) Represents whether the function that forces chi…
|
D | summary_ESP32-C3.rst | 80 …DIS_FORCE_DOWNLOAD (BLOCK0) Set this bit to disable the function that force…
|
D | summary_ESP32-S2.rst | 90 …DIS_FORCE_DOWNLOAD (BLOCK0) Set this bit to disable the function that force…
|
D | summary_ESP32-S3.rst | 75 …DIS_FORCE_DOWNLOAD (BLOCK0) Set this bit to disable the function that force…
|
D | summary_ESP32-P4.rst | 85 …DIS_FORCE_DOWNLOAD (BLOCK0) Represents whether the function that forces chi…
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 206 /** dis_force_download : RO; bitpos: [12]; default: 0; 210 uint32_t dis_force_download:1; member 1653 * Indicates a programming error of DIS_FORCE_DOWNLOAD.
|