Home
last modified time | relevance | path

Searched full:dis_legacy_spi_boot (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/efuse/esp32s2/
Desp_efuse_table.csv45 WR_DIS.DIS_LEGACY_SPI_BOOT, EFUSE_BLK0, 18, 1, [] wr_dis of DIS_LEGACY_SPI_…
149 DIS_LEGACY_SPI_BOOT, EFUSE_BLK0, 129, 1, [] Set this bit to disable L…
Desp_efuse_table.c143 {EFUSE_BLK0, 18, 1}, // [] wr_dis of DIS_LEGACY_SPI_BOOT,
558 static const esp_efuse_desc_t DIS_LEGACY_SPI_BOOT[] = { variable
959 &WR_DIS_DIS_LEGACY_SPI_BOOT[0], // [] wr_dis of DIS_LEGACY_SPI_BOOT
1479 &DIS_LEGACY_SPI_BOOT[0], // [] Set this bit to disable Legacy SPI boot mode
/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv40 WR_DIS.DIS_DIRECT_BOOT, EFUSE_BLK0, 18, 1, [WR_DIS.DIS_LEGACY_SPI_BOOT]…
134 DIS_DIRECT_BOOT, EFUSE_BLK0, 129, 1, [DIS_LEGACY_SPI_BOOT] Disabl…
Desp_efuse_table.c123 {EFUSE_BLK0, 18, 1}, // [WR_DIS.DIS_LEGACY_SPI_BOOT] wr_dis of DIS_DIRECT_BOOT,
499 {EFUSE_BLK0, 129, 1}, // [DIS_LEGACY_SPI_BOOT] Disable direct boot mode,
854 &WR_DIS_DIS_DIRECT_BOOT[0], // [WR_DIS.DIS_LEGACY_SPI_BOOT] wr_dis of DIS_DIRECT_BOOT
1324 &DIS_DIRECT_BOOT[0], // [DIS_LEGACY_SPI_BOOT] Disable direct boot mode
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_table.csv48 WR_DIS.DIS_DIRECT_BOOT, EFUSE_BLK0, 18, 1, [WR_DIS.DIS_LEGACY_SPI_BOOT]…
168 DIS_DIRECT_BOOT, EFUSE_BLK0, 129, 1, [DIS_LEGACY_SPI_BOOT] Disabl…
Desp_efuse_table.c155 {EFUSE_BLK0, 18, 1}, // [WR_DIS.DIS_LEGACY_SPI_BOOT] wr_dis of DIS_DIRECT_BOOT,
635 {EFUSE_BLK0, 129, 1}, // [DIS_LEGACY_SPI_BOOT] Disable direct boot mode,
1102 &WR_DIS_DIS_DIRECT_BOOT[0], // [WR_DIS.DIS_LEGACY_SPI_BOOT] wr_dis of DIS_DIRECT_BOOT
1702 &DIS_DIRECT_BOOT[0], // [DIS_LEGACY_SPI_BOOT] Disable direct boot mode
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-S2.rst40DIS_LEGACY_SPI_BOOT (BLOCK0) Set this bit to disable Legacy SPI boot mode …
/hal_espressif-latest/components/bootloader_support/src/
Dsecure_boot.c289 ESP_LOGW(TAG, "Not disabled Legcy SPI boot (set DIS_LEGACY_SPI_BOOT->1)"); in esp_secure_boot_cfg_verify_release_mode()
Dflash_encrypt.c390 ESP_LOGW(TAG, "Not disabled Legcy SPI boot (set DIS_LEGACY_SPI_BOOT->1)"); in esp_flash_encryption_cfg_verify_release_mode()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Defuse_struct.h408 /** dis_legacy_spi_boot : RO; bitpos: [1]; default: 0;
411 uint32_t dis_legacy_spi_boot:1; member
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32c3.yaml42 …129, type : bool, wr_dis : 18, rd_dis: null, alt : DIS_LEGACY_SPI_BOOT, dict …
Desp32s2.yaml53DIS_LEGACY_SPI_BOOT : {show: y, blk : 0, word: 4, pos : 1, len : 1, start: 129, type …
Desp32s3.yaml55 …129, type : bool, wr_dis : 18, rd_dis: null, alt : DIS_LEGACY_SPI_BOOT, dict …
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Defuse_struct.h1802 * If DIS_LEGACY_SPI_BOOT is 1, then it indicates a programming error.
Defuse_reg.h2068 * If DIS_LEGACY_SPI_BOOT is 1, then it indicates a programming error.