Home
last modified time | relevance | path

Searched refs:EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32c61.py40 EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT = 1 << 20 variable in ESP32C61ROM
Desp32.py44 EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT = 1 << 7 # EFUSE_RD_DISABLE_DL_ENCRYPT variable in ESP32ROM
180 & self.EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT
Desp32c2.py38 EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT = 1 << 6 variable in ESP32C2ROM
Desp32c5.py39 EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT = 1 << 20 variable in ESP32C5ROM
Desp32h2beta1.py58 EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT = 1 << 20 variable in ESP32H2BETA1ROM
Desp32c6.py56 EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT = 1 << 20 variable in ESP32C6ROM
Desp32p4.py59 EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT = 1 << 20 variable in ESP32P4ROM
Desp32c3.py62 EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT = 1 << 20 variable in ESP32C3ROM
Desp32s2.py65 EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT = 1 << 19 variable in ESP32S2ROM
Desp32s3.py68 EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT = 1 << 20 variable in ESP32S3ROM
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Defuse_reg.h200 #define EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT (BIT(6)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Defuse_reg.h253 #define EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT (BIT(20)) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Defuse_reg.h262 #define EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT (BIT(20)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Defuse_reg.h253 #define EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT (BIT(20)) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Defuse_reg.h259 #define EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT (BIT(20)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Defuse_reg.h258 #define EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT (BIT(19)) macro
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-commands.rst85 … is enabled but Encrypted Download is disabled (efuse bit ``EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT`` is…