/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 22 WR_DIS.SECURE_BOOT_EN, EFUSE_BLK0, 2, 1, [] wr_dis of SECURE_BOOT_EN 74 SECURE_BOOT_EN, EFUSE_BLK0, 53, 1, [] The bit be set to enable …
|
D | esp_efuse_table.c | 51 {EFUSE_BLK0, 2, 1}, // [] wr_dis of SECURE_BOOT_EN, 258 static const esp_efuse_desc_t SECURE_BOOT_EN[] = { variable 444 &WR_DIS_SECURE_BOOT_EN[0], // [] wr_dis of SECURE_BOOT_EN 704 &SECURE_BOOT_EN[0], // [] The bit be set to enable secure boot
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 36 WR_DIS.SECURE_BOOT_EN, EFUSE_BLK0, 15, 1, [] wr_dis of SECURE_BOOT_EN 130 SECURE_BOOT_EN, EFUSE_BLK0, 116, 1, [] Set this bit to enable se…
|
D | esp_efuse_table.c | 107 {EFUSE_BLK0, 15, 1}, // [] wr_dis of SECURE_BOOT_EN, 482 static const esp_efuse_desc_t SECURE_BOOT_EN[] = { variable 834 &WR_DIS_SECURE_BOOT_EN[0], // [] wr_dis of SECURE_BOOT_EN 1304 &SECURE_BOOT_EN[0], // [] Set this bit to enable secure boot
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 39 WR_DIS.SECURE_BOOT_EN, EFUSE_BLK0, 15, 1, [] wr_dis of SECURE_BOOT_EN 138 SECURE_BOOT_EN, EFUSE_BLK0, 116, 1, [] Represents whether secure…
|
D | esp_efuse_table.c | 119 {EFUSE_BLK0, 15, 1}, // [] wr_dis of SECURE_BOOT_EN, 514 static const esp_efuse_desc_t SECURE_BOOT_EN[] = { variable 882 &WR_DIS_SECURE_BOOT_EN[0], // [] wr_dis of SECURE_BOOT_EN 1377 …&SECURE_BOOT_EN[0], // [] Represents whether secure boot is enabled or disabled. 1: enabled. …
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 41 WR_DIS.SECURE_BOOT_EN, EFUSE_BLK0, 15, 1, [] wr_dis of SECURE_BOOT_EN 145 SECURE_BOOT_EN, EFUSE_BLK0, 116, 1, [] Set this bit to enable se…
|
D | esp_efuse_table.c | 127 {EFUSE_BLK0, 15, 1}, // [] wr_dis of SECURE_BOOT_EN, 542 static const esp_efuse_desc_t SECURE_BOOT_EN[] = { variable 939 &WR_DIS_SECURE_BOOT_EN[0], // [] wr_dis of SECURE_BOOT_EN 1459 &SECURE_BOOT_EN[0], // [] Set this bit to enable secure boot
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 40 WR_DIS.SECURE_BOOT_EN, EFUSE_BLK0, 15, 1, [] wr_dis of SECURE_BOOT_EN 140 SECURE_BOOT_EN, EFUSE_BLK0, 116, 1, [] Represents whether secure…
|
D | esp_efuse_table.c | 123 {EFUSE_BLK0, 15, 1}, // [] wr_dis of SECURE_BOOT_EN, 522 static const esp_efuse_desc_t SECURE_BOOT_EN[] = { variable 895 &WR_DIS_SECURE_BOOT_EN[0], // [] wr_dis of SECURE_BOOT_EN 1395 …&SECURE_BOOT_EN[0], // [] Represents whether secure boot is enabled or disabled. 1: enabled. …
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 44 WR_DIS.SECURE_BOOT_EN, EFUSE_BLK0, 15, 1, [] wr_dis of SECURE_BOOT_EN 160 SECURE_BOOT_EN, EFUSE_BLK0, 116, 1, [] Set this bit to enable se…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C2.rst | 53 …SECURE_BOOT_EN (BLOCK0) The bit be set to enable secure boot …
|
D | summary_ESP32-C6.rst | 96 …SECURE_BOOT_EN (BLOCK0) Represents whether secure boot is enabled or di…
|
D | summary_ESP32-H2.rst | 98 …SECURE_BOOT_EN (BLOCK0) Represents whether secure boot is enabled or di…
|
D | summary_ESP32-C3.rst | 95 …SECURE_BOOT_EN (BLOCK0) Set this bit to enable secure boot …
|
D | summary_ESP32-S2.rst | 105 …SECURE_BOOT_EN (BLOCK0) Set this bit to enable secure boot …
|
D | summary_ESP32-S3.rst | 90 …SECURE_BOOT_EN (BLOCK0) Set this bit to enable secure boot …
|
D | summary_ESP32-P4.rst | 118 …SECURE_BOOT_EN (BLOCK0) Represents whether secure boot is enabled or di…
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | efuse_ll.h | 45 return EFUSE.rd_repeat_data2.secure_boot_en; in efuse_ll_get_secure_boot_v2_en()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | efuse_ll.h | 65 return EFUSE.rd_repeat_data2.secure_boot_en; in efuse_ll_get_secure_boot_v2_en()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | efuse_ll.h | 50 return EFUSE.rd_repeat_data2.secure_boot_en; in efuse_ll_get_secure_boot_v2_en()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | efuse_ll.h | 45 return EFUSE.rd_repeat_data2.secure_boot_en; in efuse_ll_get_secure_boot_v2_en()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | efuse_ll.h | 54 return EFUSE.rd_repeat_data2.secure_boot_en; in efuse_ll_get_secure_boot_v2_en()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | efuse_ll.h | 45 return EFUSE.rd_repeat_data0.secure_boot_en; in efuse_ll_get_secure_boot_v2_en()
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | secure_boot.c | 265 ESP_LOGW(TAG, "Not enabled Secure Boot (SECURE_BOOT_EN->1)"); in esp_secure_boot_cfg_verify_release_mode()
|