Searched full:uart_download_dis (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 18 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…
|
D | esp_efuse_fields.c | 55 /* WR_DIS_FLASH_CRYPT_CNT also covers UART_DOWNLOAD_DIS on ESP32 */ in esp_efuse_disable_rom_download_mode()
|
D | esp_efuse_table.c | 46 {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/ |
D | read-write-protections-cmd.rst | 69 Permanently write-disabling efuses FLASH_CRYPT_CNT, UART_DOWNLOAD_DIS
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32.rst | 63 …UART_DOWNLOAD_DIS (BLOCK0): Disable UART download mode. Valid for ESP32 V3 …
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/ |
D | base_operations.py | 516 and "UART_DOWNLOAD_DIS" in efuse_name_list 519 "UART_DOWNLOAD_DIS -> 1: eFuses will be read for confirmation, "
|
D | base_fields.py | 528 efuses_list.append("UART_DOWNLOAD_DIS")
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | secure_boot.c | 244 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/ |
D | esp32.yaml | 6 …UART_DOWNLOAD_DIS : {show: y, blk : 0, word: 0, pos: 27, len : 1, start : 27, type : bool…
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 389 FLASH_CRYPT_CNT UART_DOWNLOAD_DIS FLASH_CRYPT_CONFIG 2084 burn_efuse UART_DOWNLOAD_DIS 1 \
|