Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Decc_ll.h117 REG_CLR_BIT(ECC_MULT_CONF_REG, ECC_MULT_MOD_BASE); in ecc_ll_set_mod_base()
120 REG_SET_BIT(ECC_MULT_CONF_REG, ECC_MULT_MOD_BASE); in ecc_ll_set_mod_base()
189 return REG_GET_FIELD(ECC_MULT_CONF_REG, ECC_MULT_MOD_BASE); in ecc_ll_get_mod_base()
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Decc_mult_reg.h92 #define ECC_MULT_MOD_BASE (BIT(3)) macro