Home
last modified time | relevance | path

Searched full:enable_security_download (Results 1 – 25 of 53) sorted by relevance

123

/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/esp32c2/
Dfields.py180 …# if ENABLE_SECURITY_DOWNLOAD or DIS_DOWNLOAD_MODE is enabled by the current cmd, then we need to …
208 if not self["ENABLE_SECURITY_DOWNLOAD"].get() and self[
209 "ENABLE_SECURITY_DOWNLOAD"
214 print("ENABLE_SECURITY_DOWNLOAD is enabled")
/hal_espressif-3.7.0/components/efuse/esp32c2/
Desp_efuse_table.csv27 WR_DIS.ENABLE_SECURITY_DOWNLOAD, EFUSE_BLK0, 3, 1, [] wr_dis of ENABLE_SECURITY…
72 ENABLE_SECURITY_DOWNLOAD, EFUSE_BLK0, 48, 1, [] Set this bit to enable se…
Desp_efuse_table.c71 {EFUSE_BLK0, 3, 1}, // [] wr_dis of ENABLE_SECURITY_DOWNLOAD,
250 static const esp_efuse_desc_t ENABLE_SECURITY_DOWNLOAD[] = { variable
469 &WR_DIS_ENABLE_SECURITY_DOWNLOAD[0], // [] wr_dis of ENABLE_SECURITY_DOWNLOAD
694 &ENABLE_SECURITY_DOWNLOAD[0], // [] Set this bit to enable secure UART download mode
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/esp32c3/
Dfields.py188 …# if ENABLE_SECURITY_DOWNLOAD or DIS_DOWNLOAD_MODE is enabled by the current cmd, then we need to …
216 if not self["ENABLE_SECURITY_DOWNLOAD"].get() and self[
217 "ENABLE_SECURITY_DOWNLOAD"
222 print("ENABLE_SECURITY_DOWNLOAD is enabled")
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/esp32p4/
Dfields.py189 …# if ENABLE_SECURITY_DOWNLOAD or DIS_DOWNLOAD_MODE is enabled by the current cmd, then we need to …
217 if not self["ENABLE_SECURITY_DOWNLOAD"].get() and self[
218 "ENABLE_SECURITY_DOWNLOAD"
223 print("ENABLE_SECURITY_DOWNLOAD is enabled")
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/esp32c6/
Dfields.py188 …# if ENABLE_SECURITY_DOWNLOAD or DIS_DOWNLOAD_MODE is enabled by the current cmd, then we need to …
216 if not self["ENABLE_SECURITY_DOWNLOAD"].get() and self[
217 "ENABLE_SECURITY_DOWNLOAD"
222 print("ENABLE_SECURITY_DOWNLOAD is enabled")
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/esp32c61/
Dfields.py188 …# if ENABLE_SECURITY_DOWNLOAD or DIS_DOWNLOAD_MODE is enabled by the current cmd, then we need to …
216 if not self["ENABLE_SECURITY_DOWNLOAD"].get() and self[
217 "ENABLE_SECURITY_DOWNLOAD"
222 print("ENABLE_SECURITY_DOWNLOAD is enabled")
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/esp32h2/
Dfields.py188 …# if ENABLE_SECURITY_DOWNLOAD or DIS_DOWNLOAD_MODE is enabled by the current cmd, then we need to …
216 if not self["ENABLE_SECURITY_DOWNLOAD"].get() and self[
217 "ENABLE_SECURITY_DOWNLOAD"
222 print("ENABLE_SECURITY_DOWNLOAD is enabled")
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/esp32h2beta1/
Dfields.py188 …# if ENABLE_SECURITY_DOWNLOAD or DIS_DOWNLOAD_MODE is enabled by the current cmd, then we need to …
216 if not self["ENABLE_SECURITY_DOWNLOAD"].get() and self[
217 "ENABLE_SECURITY_DOWNLOAD"
222 print("ENABLE_SECURITY_DOWNLOAD is enabled")
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/esp32s2/
Dfields.py188 …# if ENABLE_SECURITY_DOWNLOAD or DIS_DOWNLOAD_MODE is enabled by the current cmd, then we need to …
216 if not self["ENABLE_SECURITY_DOWNLOAD"].get() and self[
217 "ENABLE_SECURITY_DOWNLOAD"
222 print("ENABLE_SECURITY_DOWNLOAD is enabled")
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/esp32s3/
Dfields.py188 …# if ENABLE_SECURITY_DOWNLOAD or DIS_DOWNLOAD_MODE is enabled by the current cmd, then we need to …
216 if not self["ENABLE_SECURITY_DOWNLOAD"].get() and self[
217 "ENABLE_SECURITY_DOWNLOAD"
222 print("ENABLE_SECURITY_DOWNLOAD is enabled")
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/esp32c5/
Dfields.py188 …# if ENABLE_SECURITY_DOWNLOAD or DIS_DOWNLOAD_MODE is enabled by the current cmd, then we need to …
216 if not self["ENABLE_SECURITY_DOWNLOAD"].get() and self[
217 "ENABLE_SECURITY_DOWNLOAD"
222 print("ENABLE_SECURITY_DOWNLOAD is enabled")
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/esp32c5beta3/
Dfields.py188 …# if ENABLE_SECURITY_DOWNLOAD or DIS_DOWNLOAD_MODE is enabled by the current cmd, then we need to …
216 if not self["ENABLE_SECURITY_DOWNLOAD"].get() and self[
217 "ENABLE_SECURITY_DOWNLOAD"
222 print("ENABLE_SECURITY_DOWNLOAD is enabled")
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/esp32s3beta2/
Dfields.py188 …# if ENABLE_SECURITY_DOWNLOAD or DIS_DOWNLOAD_MODE is enabled by the current cmd, then we need to …
216 if not self["ENABLE_SECURITY_DOWNLOAD"].get() and self[
217 "ENABLE_SECURITY_DOWNLOAD"
222 print("ENABLE_SECURITY_DOWNLOAD is enabled")
/hal_espressif-3.7.0/components/efuse/esp32h2/
Desp_efuse_table.csv46 WR_DIS.ENABLE_SECURITY_DOWNLOAD, EFUSE_BLK0, 18, 1, [] wr_dis of ENABLE_SECURITY…
121 ENABLE_SECURITY_DOWNLOAD, EFUSE_BLK0, 133, 1, [] Represents whether securi…
Desp_efuse_table.c147 {EFUSE_BLK0, 18, 1}, // [] wr_dis of ENABLE_SECURITY_DOWNLOAD,
446 static const esp_efuse_desc_t ENABLE_SECURITY_DOWNLOAD[] = { variable
733 &WR_DIS_ENABLE_SECURITY_DOWNLOAD[0], // [] wr_dis of ENABLE_SECURITY_DOWNLOAD
1108 …&ENABLE_SECURITY_DOWNLOAD[0], // [] Represents whether security download is enabled or disabl…
/hal_espressif-3.7.0/components/efuse/esp32c3/
Desp_efuse_table.csv43 WR_DIS.ENABLE_SECURITY_DOWNLOAD, EFUSE_BLK0, 18, 1, [] wr_dis of ENABLE_SECURITY…
137 ENABLE_SECURITY_DOWNLOAD, EFUSE_BLK0, 133, 1, [] Set this bit to enable se…
Desp_efuse_table.c135 {EFUSE_BLK0, 18, 1}, // [] wr_dis of ENABLE_SECURITY_DOWNLOAD,
510 static const esp_efuse_desc_t ENABLE_SECURITY_DOWNLOAD[] = { variable
869 &WR_DIS_ENABLE_SECURITY_DOWNLOAD[0], // [] wr_dis of ENABLE_SECURITY_DOWNLOAD
1339 &ENABLE_SECURITY_DOWNLOAD[0], // [] Set this bit to enable secure UART download mode
/hal_espressif-3.7.0/components/efuse/esp32c6/
Desp_efuse_table.csv47 WR_DIS.ENABLE_SECURITY_DOWNLOAD, EFUSE_BLK0, 18, 1, [] wr_dis of ENABLE_SECURITY…
138 ENABLE_SECURITY_DOWNLOAD, EFUSE_BLK0, 133, 1, [] Represents whether securi…
Desp_efuse_table.c151 {EFUSE_BLK0, 18, 1}, // [] wr_dis of ENABLE_SECURITY_DOWNLOAD,
514 static const esp_efuse_desc_t ENABLE_SECURITY_DOWNLOAD[] = { variable
866 &WR_DIS_ENABLE_SECURITY_DOWNLOAD[0], // [] wr_dis of ENABLE_SECURITY_DOWNLOAD
1321 …&ENABLE_SECURITY_DOWNLOAD[0], // [] Represents whether security download is enabled or disabl…
/hal_espressif-3.7.0/components/efuse/esp32s2/
Desp_efuse_table.csv48 WR_DIS.ENABLE_SECURITY_DOWNLOAD, EFUSE_BLK0, 18, 1, [] wr_dis of ENABLE_SECURITY…
152 ENABLE_SECURITY_DOWNLOAD, EFUSE_BLK0, 133, 1, [] Set this bit to enable se…
Desp_efuse_table.c155 {EFUSE_BLK0, 18, 1}, // [] wr_dis of ENABLE_SECURITY_DOWNLOAD,
570 static const esp_efuse_desc_t ENABLE_SECURITY_DOWNLOAD[] = { variable
974 &WR_DIS_ENABLE_SECURITY_DOWNLOAD[0], // [] wr_dis of ENABLE_SECURITY_DOWNLOAD
1494 …&ENABLE_SECURITY_DOWNLOAD[0], // [] Set this bit to enable secure UART download mode (read/wr…
/hal_espressif-3.7.0/components/efuse/esp32s3/
Desp_efuse_table.csv52 WR_DIS.ENABLE_SECURITY_DOWNLOAD, EFUSE_BLK0, 18, 1, [] wr_dis of ENABLE_SECURITY…
166 ENABLE_SECURITY_DOWNLOAD, EFUSE_BLK0, 133, 1, [] Set this bit to enable se…
/hal_espressif-3.7.0/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C2.rst52ENABLE_SECURITY_DOWNLOAD (BLOCK0) Set this bit to enable secure UART download mod…
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/
Dbase_operations.py453 if "ENABLE_SECURITY_DOWNLOAD" in efuse_name_list:
455 "ENABLE_SECURITY_DOWNLOAD -> 1: eFuses will not be read back "

123