Home
last modified time | relevance | path

Searched refs:DR_REG_ECDSA_BASE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/soc/esp32h2/include/soc/
Decdsa_reg.h17 #define ECDSA_CONF_REG (DR_REG_ECDSA_BASE + 0x4)
53 #define ECDSA_CLK_REG (DR_REG_ECDSA_BASE + 0x8)
65 #define ECDSA_INT_RAW_REG (DR_REG_ECDSA_BASE + 0xc)
84 #define ECDSA_INT_ST_REG (DR_REG_ECDSA_BASE + 0x10)
103 #define ECDSA_INT_ENA_REG (DR_REG_ECDSA_BASE + 0x14)
122 #define ECDSA_INT_CLR_REG (DR_REG_ECDSA_BASE + 0x18)
141 #define ECDSA_START_REG (DR_REG_ECDSA_BASE + 0x1c)
170 #define ECDSA_STATE_REG (DR_REG_ECDSA_BASE + 0x20)
183 #define ECDSA_RESULT_REG (DR_REG_ECDSA_BASE + 0x24)
196 #define ECDSA_DATE_REG (DR_REG_ECDSA_BASE + 0xfc)
[all …]
Dreg_base.h37 #define DR_REG_ECDSA_BASE 0x6008E000 macro