Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_aes_ccm_acc_ecb.c155 nrf_ecb_int_enable(ECB_INST, NRF_ECB_INT_ENDECB_MASK | NRF_ECB_INT_ERRORECB_MASK); in wait_for_ecb_end()
172 nrf_ecb_int_disable(ECB_INST, NRF_ECB_INT_ENDECB_MASK | NRF_ECB_INT_ERRORECB_MASK); in ecb_block_encrypt()
186 nrf_ecb_int_disable(ECB_INST, NRF_ECB_INT_ENDECB_MASK | NRF_ECB_INT_ERRORECB_MASK); in ecb_block_encrypt()
/hal_nordic-latest/nrfx/hal/
Dnrf_ecb.h194 NRF_ECB_INT_ENDECB_MASK = ECB_INTENSET_ENDECB_Msk, ///< Interrupt on ENDECB event. enumerator