Home
last modified time | relevance | path

Searched refs:MAX_BLK_LEN (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.7.0/components/efuse/test_apps/main/with_key_purposes/
Desp_efuse_test_table.c18 #define MAX_BLK_LEN CONFIG_EFUSE_MAX_BLK_LEN macro
25 _Static_assert(LAST_FREE_BIT_BLK1 <= MAX_BLK_LEN, "The eFuse table does not match the coding scheme…
26 _Static_assert(LAST_FREE_BIT_BLK2 <= MAX_BLK_LEN, "The eFuse table does not match the coding scheme…
27 _Static_assert(LAST_FREE_BIT_BLK3 <= MAX_BLK_LEN, "The eFuse table does not match the coding scheme…
/hal_espressif-3.7.0/components/efuse/test_apps/main/one_key_block/
Desp_efuse_test_table.c18 #define MAX_BLK_LEN CONFIG_EFUSE_MAX_BLK_LEN macro
25 _Static_assert(LAST_FREE_BIT_BLK1 <= MAX_BLK_LEN, "The eFuse table does not match the coding scheme…
26 _Static_assert(LAST_FREE_BIT_BLK2 <= MAX_BLK_LEN, "The eFuse table does not match the coding scheme…
27 _Static_assert(LAST_FREE_BIT_BLK3 <= MAX_BLK_LEN, "The eFuse table does not match the coding scheme…
/hal_espressif-3.7.0/components/efuse/esp32/
Desp_efuse_table.c18 #define MAX_BLK_LEN 256 macro
21 #define LAST_FREE_BIT_BLK1 MAX_BLK_LEN
22 #define LAST_FREE_BIT_BLK2 MAX_BLK_LEN
25 _Static_assert(LAST_FREE_BIT_BLK1 <= MAX_BLK_LEN, "The eFuse table does not match the coding scheme…
26 _Static_assert(LAST_FREE_BIT_BLK2 <= MAX_BLK_LEN, "The eFuse table does not match the coding scheme…
27 _Static_assert(LAST_FREE_BIT_BLK3 <= MAX_BLK_LEN, "The eFuse table does not match the coding scheme…
415 {EFUSE_BLK1, 0, MAX_BLK_LEN}, // [ENCRYPT_FLASH_KEY] Flash encryption key,
419 {EFUSE_BLK2, 0, MAX_BLK_LEN}, // [SECURE_BOOT_KEY] Security boot key,
Desp_efuse_table.csv114 BLOCK1, EFUSE_BLK1, 0, MAX_BLK_LEN, [ENCRYPT_FLASH_KEY] …
115 BLOCK2, EFUSE_BLK2, 0, MAX_BLK_LEN, [SECURE_BOOT_KEY] Se…