/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/ |
D | mem_definition.py | 58 (EFUSE_RD_RS_ERR0_REG, 31), # BLOCK_KEY3 73 (EFUSE_RD_RS_ERR0_REG, 0x7, 24), # BLOCK_KEY3 110 …("BLOCK_KEY3", ["BLOCK7"], 7, __base_rd_regs + 0x0FC, __base_wr_regs, 26, 3, 8, "KEY_P… 156 "BLOCK_KEY3",
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c61/ |
D | mem_definition.py | 57 (EFUSE_RD_RS_ERR0_REG, 0x7, 24, 27), # BLOCK_KEY3 94 …("BLOCK_KEY3", ["BLOCK7"], 7, __base_rd_regs + 0x0FC, __base_wr_regs, 26, 3, 8, "KEY_P… 140 "BLOCK_KEY3",
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/ |
D | mem_definition.py | 53 (EFUSE_RD_RS_ERR0_REG, 0x7, 24, 27), # BLOCK_KEY3 90 …("BLOCK_KEY3", ["BLOCK7"], 7, __base_rd_regs + 0x0FC, __base_wr_regs, 26, 3, 8, "KEY_P… 137 "BLOCK_KEY3",
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32p4/ |
D | mem_definition.py | 57 (EFUSE_RD_RS_ERR0_REG, 0x7, 24, 27), # BLOCK_KEY3 94 …("BLOCK_KEY3", ["BLOCK7"], 7, __base_rd_regs + 0x0FC, __base_wr_regs, 26, 3, 8, "KEY_P… 140 "BLOCK_KEY3",
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | mem_definition.py | 58 (EFUSE_RD_RS_ERR0_REG, 0x7, 24, 27), # BLOCK_KEY3 95 …("BLOCK_KEY3", ["BLOCK7"], 7, __base_rd_regs + 0x0FC, __base_wr_regs, 26, 3, 8, "KEY_P… 141 "BLOCK_KEY3",
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | mem_definition.py | 58 (EFUSE_RD_RS_ERR0_REG, 0x7, 24, 27), # BLOCK_KEY3 95 …("BLOCK_KEY3", ["BLOCK7"], 7, __base_rd_regs + 0x0FC, __base_wr_regs, 26, 3, 8, "KEY_P… 142 "BLOCK_KEY3",
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/ |
D | mem_definition.py | 57 (EFUSE_RD_RS_ERR0_REG, 0x7, 24, 27), # BLOCK_KEY3 94 …("BLOCK_KEY3", ["BLOCK7"], 7, __base_rd_regs + 0x0FC, __base_wr_regs, 26, 3, 8, "KEY_P… 140 "BLOCK_KEY3",
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5beta3/ |
D | mem_definition.py | 57 (EFUSE_RD_RS_ERR0_REG, 0x7, 24, 27), # BLOCK_KEY3 94 …("BLOCK_KEY3", ["BLOCK7"], 7, __base_rd_regs + 0x0FC, __base_wr_regs, 26, 3, 8, "KEY_P… 140 "BLOCK_KEY3",
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/ |
D | mem_definition.py | 57 (EFUSE_RD_RS_ERR0_REG, 0x7, 24, 27), # BLOCK_KEY3 94 …("BLOCK_KEY3", ["BLOCK7"], 7, __base_rd_regs + 0x0FC, __base_wr_regs, 26, 3, 8, "KEY_P… 140 "BLOCK_KEY3",
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/ |
D | mem_definition.py | 57 (EFUSE_RD_RS_ERR0_REG, 0x7, 24, 27), # BLOCK_KEY3 94 …("BLOCK_KEY3", ["BLOCK7"], 7, __base_rd_regs + 0x0FC, __base_wr_regs, 26, 3, 8, "KEY_P… 140 "BLOCK_KEY3",
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/ |
D | mem_definition.py | 57 (EFUSE_RD_RS_ERR0_REG, 0x7, 24, 27), # BLOCK_KEY3 133 …("BLOCK_KEY3", ["BLOCK7"], 7, __base_rd_regs + 0x0FC, __base_wr_regs, 26, 3, 8, "KEY_P… 179 "BLOCK_KEY3",
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 92 WR_DIS.BLOCK_KEY3, EFUSE_BLK0, 26, 1, [WR_DIS.KEY3] wr_dis of BLOC… 103 RD_DIS.BLOCK_KEY3, EFUSE_BLK0, 35, 1, [RD_DIS.KEY3] rd_dis of BLOC… 189 KEY3, EFUSE_BLK7, 0, 256, [BLOCK_KEY3] Key3 or user da…
|
D | esp_efuse_table.c | 331 {EFUSE_BLK0, 26, 1}, // [WR_DIS.KEY3] wr_dis of BLOCK_KEY3, 375 {EFUSE_BLK0, 35, 1}, // [RD_DIS.KEY3] rd_dis of BLOCK_KEY3, 704 {EFUSE_BLK7, 0, 256}, // [BLOCK_KEY3] Key3 or user data, 1114 &WR_DIS_BLOCK_KEY3[0], // [WR_DIS.KEY3] wr_dis of BLOCK_KEY3 1169 &RD_DIS_BLOCK_KEY3[0], // [RD_DIS.KEY3] rd_dis of BLOCK_KEY3 1579 &KEY3[0], // [BLOCK_KEY3] Key3 or user data
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 96 WR_DIS.BLOCK_KEY3, EFUSE_BLK0, 26, 1, [WR_DIS.KEY3] wr_dis of BLOC… 107 RD_DIS.BLOCK_KEY3, EFUSE_BLK0, 35, 1, [RD_DIS.KEY3] rd_dis of BLOC… 198 KEY3, EFUSE_BLK7, 0, 256, [BLOCK_KEY3] Key3 or user da…
|
D | esp_efuse_table.c | 347 {EFUSE_BLK0, 26, 1}, // [WR_DIS.KEY3] wr_dis of BLOCK_KEY3, 391 {EFUSE_BLK0, 35, 1}, // [RD_DIS.KEY3] rd_dis of BLOCK_KEY3, 737 {EFUSE_BLK7, 0, 256}, // [BLOCK_KEY3] Key3 or user data, 1167 &WR_DIS_BLOCK_KEY3[0], // [WR_DIS.KEY3] wr_dis of BLOCK_KEY3 1222 &RD_DIS_BLOCK_KEY3[0], // [RD_DIS.KEY3] rd_dis of BLOCK_KEY3 1653 &KEY3[0], // [BLOCK_KEY3] Key3 or user data
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 100 WR_DIS.BLOCK_KEY3, EFUSE_BLK0, 26, 1, [WR_DIS.KEY3] wr_dis of BLOC… 112 RD_DIS.BLOCK_KEY3, EFUSE_BLK0, 35, 1, [RD_DIS.KEY3] rd_dis of BLOC… 209 KEY3, EFUSE_BLK7, 0, 256, [BLOCK_KEY3] Key3 or user da…
|
D | esp_efuse_table.c | 363 {EFUSE_BLK0, 26, 1}, // [WR_DIS.KEY3] wr_dis of BLOCK_KEY3, 411 {EFUSE_BLK0, 35, 1}, // [RD_DIS.KEY3] rd_dis of BLOCK_KEY3, 784 {EFUSE_BLK7, 0, 256}, // [BLOCK_KEY3] Key3 or user data, 1234 &WR_DIS_BLOCK_KEY3[0], // [WR_DIS.KEY3] wr_dis of BLOCK_KEY3 1294 &RD_DIS_BLOCK_KEY3[0], // [RD_DIS.KEY3] rd_dis of BLOCK_KEY3 1759 &KEY3[0], // [BLOCK_KEY3] Key3 or user data
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 97 WR_DIS.BLOCK_KEY3, EFUSE_BLK0, 26, 1, [WR_DIS.KEY3] wr_dis of BLOC… 108 RD_DIS.BLOCK_KEY3, EFUSE_BLK0, 35, 1, [RD_DIS.KEY3] rd_dis of BLOC… 200 KEY3, EFUSE_BLK7, 0, 256, [BLOCK_KEY3] Key3 or user da…
|
D | esp_efuse_table.c | 351 {EFUSE_BLK0, 26, 1}, // [WR_DIS.KEY3] wr_dis of BLOCK_KEY3, 395 {EFUSE_BLK0, 35, 1}, // [RD_DIS.KEY3] rd_dis of BLOCK_KEY3, 745 {EFUSE_BLK7, 0, 256}, // [BLOCK_KEY3] Key3 or user data, 1180 &WR_DIS_BLOCK_KEY3[0], // [WR_DIS.KEY3] wr_dis of BLOCK_KEY3 1235 &RD_DIS_BLOCK_KEY3[0], // [RD_DIS.KEY3] rd_dis of BLOCK_KEY3 1671 &KEY3[0], // [BLOCK_KEY3] Key3 or user data
|
/hal_espressif-latest/tools/esptool_py/test/efuse_scripts/esp32xx/ |
D | config2.json | 6 "burn_bit BLOCK_KEY3 {index}"
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 118 WR_DIS.BLOCK_KEY3, EFUSE_BLK0, 26, 1, [WR_DIS.KEY3] wr_dis of BLOC… 129 RD_DIS.BLOCK_KEY3, EFUSE_BLK0, 35, 1, [RD_DIS.KEY3] rd_dis of BLOC… 241 KEY3, EFUSE_BLK7, 0, 256, [BLOCK_KEY3] Key3 or user da…
|
D | esp_efuse_table.c | 435 {EFUSE_BLK0, 26, 1}, // [WR_DIS.KEY3] wr_dis of BLOCK_KEY3, 479 {EFUSE_BLK0, 35, 1}, // [RD_DIS.KEY3] rd_dis of BLOCK_KEY3, 912 {EFUSE_BLK7, 0, 256}, // [BLOCK_KEY3] Key3 or user data, 1452 &WR_DIS_BLOCK_KEY3[0], // [WR_DIS.KEY3] wr_dis of BLOCK_KEY3 1507 &RD_DIS_BLOCK_KEY3[0], // [RD_DIS.KEY3] rd_dis of BLOCK_KEY3 2047 &KEY3[0], // [BLOCK_KEY3] Key3 or user data
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 275 BLOCK_KEY3 \ 334 BLOCK_KEY3 {IMAGES_DIR}/256bit SECURE_BOOT_DIGEST1 \ 357 "read_protect_efuse BLOCK_KEY3", 359 "BLOCK_KEY3 must be readable, stop this operation!", 412 BLOCK_KEY2 BLOCK_KEY3 BLOCK_KEY4 BLOCK_KEY5""" 998 BLOCK_KEY3 {IMAGES_DIR}/256bit SECURE_BOOT_DIGEST0 \ 1109 BLOCK_KEY3 {IMAGES_DIR}/256bit USER \
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | dump-cmd.rst | 78 …BLOCK_KEY3 (BLOCK7 ) [7 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00…
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/ |
D | mem_definition_base.py | 103 "BLOCK_KEY3",
|