Searched refs:ECC_MULT_CALC_DONE_INT_ENA (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | ecc_ll.h | 28 REG_SET_FIELD(ECC_MULT_INT_ENA_REG, ECC_MULT_CALC_DONE_INT_ENA, 1); in ecc_ll_enable_interrupt() 33 REG_SET_FIELD(ECC_MULT_INT_ENA_REG, ECC_MULT_CALC_DONE_INT_ENA, 0); in ecc_ll_disable_interrupt()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | ecc_ll.h | 39 REG_SET_FIELD(ECC_MULT_INT_ENA_REG, ECC_MULT_CALC_DONE_INT_ENA, 1); in ecc_ll_enable_interrupt() 44 REG_SET_FIELD(ECC_MULT_INT_ENA_REG, ECC_MULT_CALC_DONE_INT_ENA, 0); in ecc_ll_disable_interrupt()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | ecc_ll.h | 43 REG_SET_FIELD(ECC_MULT_INT_ENA_REG, ECC_MULT_CALC_DONE_INT_ENA, 1); in ecc_ll_enable_interrupt() 48 REG_SET_FIELD(ECC_MULT_INT_ENA_REG, ECC_MULT_CALC_DONE_INT_ENA, 0); in ecc_ll_disable_interrupt()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | ecc_mult_reg.h | 45 #define ECC_MULT_CALC_DONE_INT_ENA (BIT(0)) macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | ecc_mult_reg.h | 45 #define ECC_MULT_CALC_DONE_INT_ENA (BIT(0)) macro
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | ecc_mult_reg.h | 33 #define ECC_MULT_CALC_DONE_INT_ENA (BIT(0)) macro
|