Home
last modified time | relevance | path

Searched full:disable_dl_encrypt (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_table.csv53 WR_DIS.DISABLE_DL_ENCRYPT, EFUSE_BLK0, 15, 1, [] wr_dis of DISABLE_DL_ENCR…
110 DISABLE_DL_ENCRYPT, EFUSE_BLK0, 199, 1, [] Disable flash encryption …
Desp_efuse_table.c186 {EFUSE_BLK0, 15, 1}, // [] wr_dis of DISABLE_DL_ENCRYPT,
398 static const esp_efuse_desc_t DISABLE_DL_ENCRYPT[] = { variable
654 &WR_DIS_DISABLE_DL_ENCRYPT[0], // [] wr_dis of DISABLE_DL_ENCRYPT
919 &DISABLE_DL_ENCRYPT[0], // [] Disable flash encryption in UART bootloader
/hal_espressif-latest/components/soc/esp32/include/soc/
Defuse_defs.h29 …SOLE_DL_DISABLE (1<<15) /*< disable writing CONSOLE_DEBUG_DISABLE, DISABLE_DL_ENCRYPT, DISABLE_DL_…
Defuse_struct.h449 /** disable_dl_encrypt : RW; bitpos: [7]; default: 0;
452 uint32_t disable_dl_encrypt:1; member
/hal_espressif-latest/components/bootloader_support/src/
Dflash_encrypt.c134 /* Check if DISABLE_DL_DECRYPT, DISABLE_DL_ENCRYPT & DISABLE_DL_CACHE are set */ in esp_get_flash_encryption_mode()
257 ESP_LOGW(TAG, "Not disabled UART bootloader encryption (set DISABLE_DL_ENCRYPT->1)"); in esp_flash_encryption_cfg_verify_release_mode()
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32.rst67DISABLE_DL_ENCRYPT (BLOCK0): Disable flash encryption in UART bootloader …
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dexecute-scripts-cmd.rst61 espefuse(esp, efuses, args, 'burn_efuse DISABLE_DL_ENCRYPT 1')
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32.yaml45DISABLE_DL_ENCRYPT : {show: y, blk : 0, word: 6, pos : 7, len : 1, start: 199, type : bool…
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espefuse.py716 DISABLE_DL_ENCRYPT 1 \