Searched full:secure_boot_disable_fast_wake (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 51 WR_DIS.SECURE_BOOT_DISABLE_FAST_WAKE, EFUSE_BLK0, 19, 1, [] wr_dis of SECURE_BOOT_DIS… 149 SECURE_BOOT_DISABLE_FAST_WAKE, EFUSE_BLK0, 158, 1, [] Represents whether FAST V…
|
D | esp_efuse_table.c | 167 {EFUSE_BLK0, 19, 1}, // [] wr_dis of SECURE_BOOT_DISABLE_FAST_WAKE, 558 static const esp_efuse_desc_t SECURE_BOOT_DISABLE_FAST_WAKE[] = { variable 942 &WR_DIS_SECURE_BOOT_DISABLE_FAST_WAKE[0], // [] wr_dis of SECURE_BOOT_DISABLE_FAST_WAKE 1432 …&SECURE_BOOT_DISABLE_FAST_WAKE[0], // [] Represents whether FAST VERIFY ON WAKE is disabled o…
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 53 WR_DIS.SECURE_BOOT_DISABLE_FAST_WAKE, EFUSE_BLK0, 18, 1, [] wr_dis of SECURE_BOOT_DIS… 152 SECURE_BOOT_DISABLE_FAST_WAKE, EFUSE_BLK0, 153, 1, [] Represents whether FAST V…
|
D | esp_efuse_table.c | 175 {EFUSE_BLK0, 18, 1}, // [] wr_dis of SECURE_BOOT_DISABLE_FAST_WAKE, 570 static const esp_efuse_desc_t SECURE_BOOT_DISABLE_FAST_WAKE[] = { variable 960 &WR_DIS_SECURE_BOOT_DISABLE_FAST_WAKE[0], // [] wr_dis of SECURE_BOOT_DISABLE_FAST_WAKE 1455 …&SECURE_BOOT_DISABLE_FAST_WAKE[0], // [] Represents whether FAST VERIFY ON WAKE is disabled o…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C6.rst | 106 …SECURE_BOOT_DISABLE_FAST_WAKE (BLOCK0) Represents whether FAST VERIFY ON WAKE is disab…
|
D | summary_ESP32-H2.rst | 108 …SECURE_BOOT_DISABLE_FAST_WAKE (BLOCK0) Represents whether FAST VERIFY ON WAKE is disab…
|
D | summary_ESP32-P4.rst | 129 …SECURE_BOOT_DISABLE_FAST_WAKE (BLOCK0) Represents whether FAST VERIFY ON WAKE is disab…
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 426 /** secure_boot_disable_fast_wake : RO; bitpos: [25]; default: 0; 430 uint32_t secure_boot_disable_fast_wake:1; member 1845 * Indicates a programming error of SECURE_BOOT_DISABLE_FAST_WAKE.
|
D | efuse_reg.h | 2133 * Indicates a programming error of SECURE_BOOT_DISABLE_FAST_WAKE.
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c61.yaml | 41 …SECURE_BOOT_DISABLE_FAST_WAKE : {show: y, blk : 0, word: 3, pos: 24, len : 1, start: 120, type…
|
D | esp32c5.yaml | 55 …SECURE_BOOT_DISABLE_FAST_WAKE : {show: y, blk : 0, word: 4, pos: 25, len : 1, start: 153, type…
|
D | esp32c5beta3.yaml | 55 …SECURE_BOOT_DISABLE_FAST_WAKE : {show: y, blk : 0, word: 4, pos: 25, len : 1, start: 153, type…
|
D | esp32c6.yaml | 56 …SECURE_BOOT_DISABLE_FAST_WAKE : {show: y, blk : 0, word: 4, pos: 30, len : 1, start: 158, type…
|
D | esp32h2.yaml | 52 …SECURE_BOOT_DISABLE_FAST_WAKE : {show: y, blk : 0, word: 4, pos: 25, len : 1, start: 153, type…
|
D | esp32p4.yaml | 58 …SECURE_BOOT_DISABLE_FAST_WAKE : {show: y, blk : 0, word: 4, pos: 25, len : 1, start: 153, type…
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 439 /** secure_boot_disable_fast_wake : RO; bitpos: [30]; default: 0; 443 uint32_t secure_boot_disable_fast_wake:1; member
|