Home
last modified time | relevance | path

Searched full:uart_download_dis (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_table.csv18 WR_DIS.UART_DOWNLOAD_DIS, EFUSE_BLK0, 2, 1, [] wr_dis of UART_DOWNLOAD_D…
73 UART_DOWNLOAD_DIS, EFUSE_BLK0, 27, 1, [] Disable UART download mod…
Desp_efuse_fields.c55 /* WR_DIS_FLASH_CRYPT_CNT also covers UART_DOWNLOAD_DIS on ESP32 */ in esp_efuse_disable_rom_download_mode()
Desp_efuse_table.c46 {EFUSE_BLK0, 2, 1}, // [] wr_dis of UART_DOWNLOAD_DIS,
265 static const esp_efuse_desc_t UART_DOWNLOAD_DIS[] = { variable
479 &WR_DIS_UART_DOWNLOAD_DIS[0], // [] wr_dis of UART_DOWNLOAD_DIS
754 &UART_DOWNLOAD_DIS[0], // [] Disable UART download mode. Valid for ESP32 V3 and newer; only
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dread-write-protections-cmd.rst69 Permanently write-disabling efuses FLASH_CRYPT_CNT, UART_DOWNLOAD_DIS
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32.rst63UART_DOWNLOAD_DIS (BLOCK0): Disable UART download mode. Valid for ESP32 V3 …
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/
Dbase_operations.py516 and "UART_DOWNLOAD_DIS" in efuse_name_list
519 "UART_DOWNLOAD_DIS -> 1: eFuses will be read for confirmation, "
Dbase_fields.py528 efuses_list.append("UART_DOWNLOAD_DIS")
/hal_espressif-latest/components/bootloader_support/src/
Dsecure_boot.c244 ESP_LOGW(TAG, "Not disabled UART ROM Download mode (set UART_DOWNLOAD_DIS->1)"); in esp_secure_boot_cfg_verify_release_mode()
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32.yaml6UART_DOWNLOAD_DIS : {show: y, blk : 0, word: 0, pos: 27, len : 1, start : 27, type : bool…
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espefuse.py389 FLASH_CRYPT_CNT UART_DOWNLOAD_DIS FLASH_CRYPT_CONFIG
2084 burn_efuse UART_DOWNLOAD_DIS 1 \