Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Decdsa_ll.h81 REG_SET_FIELD(ECDSA_INT_ENA_REG, ECDSA_CALC_DONE_INT_ENA, 1); in ecdsa_ll_enable_intr()
101 REG_SET_FIELD(ECDSA_INT_ENA_REG, ECDSA_CALC_DONE_INT_ENA, 0); in ecdsa_ll_disable_intr()
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Decdsa_reg.h107 #define ECDSA_CALC_DONE_INT_ENA (BIT(0)) macro