Home
last modified time | relevance | path

Searched full:ecc_force_const_time (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/efuse/esp32h2/
Desp_efuse_table.csv43 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…
Desp_efuse_table.c135 {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/
Desp32c61.yaml47ECC_FORCE_CONST_TIME : {show: y, blk : 0, word: 3, pos: 31, len : 1, start: 127, type…
Desp32c5.yaml64ECC_FORCE_CONST_TIME : {show: y, blk : 0, word: 5, pos: 14, len : 1, start: 174, type…
Desp32c5beta3.yaml64ECC_FORCE_CONST_TIME : {show: y, blk : 0, word: 5, pos: 14, len : 1, start: 174, type…
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Defuse_struct.h260 /** ecc_force_const_time : R; bitpos: [29]; default: 0;
263 uint32_t ecc_force_const_time:1; member