Home
last modified time | relevance | path

Searched full:secure_boot_en (Results 1 – 25 of 51) sorted by relevance

123

/hal_espressif-latest/components/efuse/esp32c2/
Desp_efuse_table.csv22 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 …
Desp_efuse_table.c51 {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/
Desp_efuse_table.csv36 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…
Desp_efuse_table.c107 {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/
Desp_efuse_table.csv39 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…
Desp_efuse_table.c119 {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/
Desp_efuse_table.csv41 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…
Desp_efuse_table.c127 {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/
Desp_efuse_table.csv40 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…
Desp_efuse_table.c123 {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/
Desp_efuse_table.csv44 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/
Dsummary_ESP32-C2.rst53SECURE_BOOT_EN (BLOCK0) The bit be set to enable secure boot …
Dsummary_ESP32-C6.rst96SECURE_BOOT_EN (BLOCK0) Represents whether secure boot is enabled or di…
Dsummary_ESP32-H2.rst98SECURE_BOOT_EN (BLOCK0) Represents whether secure boot is enabled or di…
Dsummary_ESP32-C3.rst95SECURE_BOOT_EN (BLOCK0) Set this bit to enable secure boot …
Dsummary_ESP32-S2.rst105SECURE_BOOT_EN (BLOCK0) Set this bit to enable secure boot …
Dsummary_ESP32-S3.rst90SECURE_BOOT_EN (BLOCK0) Set this bit to enable secure boot …
Dsummary_ESP32-P4.rst118SECURE_BOOT_EN (BLOCK0) Represents whether secure boot is enabled or di…
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Defuse_ll.h45 return EFUSE.rd_repeat_data2.secure_boot_en; in efuse_ll_get_secure_boot_v2_en()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Defuse_ll.h65 return EFUSE.rd_repeat_data2.secure_boot_en; in efuse_ll_get_secure_boot_v2_en()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Defuse_ll.h50 return EFUSE.rd_repeat_data2.secure_boot_en; in efuse_ll_get_secure_boot_v2_en()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Defuse_ll.h45 return EFUSE.rd_repeat_data2.secure_boot_en; in efuse_ll_get_secure_boot_v2_en()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Defuse_ll.h54 return EFUSE.rd_repeat_data2.secure_boot_en; in efuse_ll_get_secure_boot_v2_en()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Defuse_ll.h45 return EFUSE.rd_repeat_data0.secure_boot_en; in efuse_ll_get_secure_boot_v2_en()
/hal_espressif-latest/components/bootloader_support/src/
Dsecure_boot.c265 ESP_LOGW(TAG, "Not enabled Secure Boot (SECURE_BOOT_EN->1)"); in esp_secure_boot_cfg_verify_release_mode()

123