Searched full:disable_dl_encrypt (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 53 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 …
|
D | esp_efuse_table.c | 186 {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/ |
D | efuse_defs.h | 29 …SOLE_DL_DISABLE (1<<15) /*< disable writing CONSOLE_DEBUG_DISABLE, DISABLE_DL_ENCRYPT, DISABLE_DL_…
|
D | efuse_struct.h | 449 /** disable_dl_encrypt : RW; bitpos: [7]; default: 0; 452 uint32_t disable_dl_encrypt:1; member
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | flash_encrypt.c | 134 /* 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/ |
D | summary_ESP32.rst | 67 …DISABLE_DL_ENCRYPT (BLOCK0): Disable flash encryption in UART bootloader …
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | execute-scripts-cmd.rst | 61 espefuse(esp, efuses, args, 'burn_efuse DISABLE_DL_ENCRYPT 1')
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32.yaml | 45 …DISABLE_DL_ENCRYPT : {show: y, blk : 0, word: 6, pos : 7, len : 1, start: 199, type : bool…
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 716 DISABLE_DL_ENCRYPT 1 \
|