Searched full:ecc_force_const_time (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 43 WR_DIS.ECC_FORCE_CONST_TIME, EFUSE_BLK0, 17, 1, [] wr_dis of ECC_FORCE_CONST… 125 ECC_FORCE_CONST_TIME, EFUSE_BLK0, 61, 1, [] Set this bit to permanent…
|
D | esp_efuse_table.c | 135 {EFUSE_BLK0, 17, 1}, // [] wr_dis of ECC_FORCE_CONST_TIME, 462 static const esp_efuse_desc_t ECC_FORCE_CONST_TIME[] = { variable 910 &WR_DIS_ECC_FORCE_CONST_TIME[0], // [] wr_dis of ECC_FORCE_CONST_TIME 1320 &ECC_FORCE_CONST_TIME[0], // [] Set this bit to permanently turn on ECC const-time mode
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c61.yaml | 47 …ECC_FORCE_CONST_TIME : {show: y, blk : 0, word: 3, pos: 31, len : 1, start: 127, type…
|
D | esp32c5.yaml | 64 …ECC_FORCE_CONST_TIME : {show: y, blk : 0, word: 5, pos: 14, len : 1, start: 174, type…
|
D | esp32c5beta3.yaml | 64 …ECC_FORCE_CONST_TIME : {show: y, blk : 0, word: 5, pos: 14, len : 1, start: 174, type…
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 260 /** ecc_force_const_time : R; bitpos: [29]; default: 0; 263 uint32_t ecc_force_const_time:1; member
|