Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_aes_ccm_acc_ecb.c126 #define ECB_INST NRF_ECB macro
142 while (!nrf_ecb_event_check(ECB_INST, NRF_ECB_EVENT_ENDECB) && in wait_for_ecb_end()
143 !nrf_ecb_event_check(ECB_INST, NRF_ECB_EVENT_ERRORECB)) in wait_for_ecb_end()
155 nrf_ecb_int_enable(ECB_INST, NRF_ECB_INT_ENDECB_MASK | NRF_ECB_INT_ERRORECB_MASK); in wait_for_ecb_end()
156 if (!nrf_ecb_event_check(ECB_INST, NRF_ECB_EVENT_ENDECB) && in wait_for_ecb_end()
157 !nrf_ecb_event_check(ECB_INST, NRF_ECB_EVENT_ERRORECB)) 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()
176 nrf_ecb_task_trigger(ECB_INST, NRF_ECB_TASK_STOPECB); in ecb_block_encrypt()
177 nrf_ecb_event_clear(ECB_INST, NRF_ECB_EVENT_ENDECB); in ecb_block_encrypt()
178 nrf_ecb_event_clear(ECB_INST, NRF_ECB_EVENT_ERRORECB); in ecb_block_encrypt()
[all …]