Lines Matching refs:task
18 void nrf_ecb_task_trigger(NRF_ECB_Type * p_reg, nrf_ecb_task_t task) in nrf_ecb_task_trigger() argument
22 *((volatile uint32_t *)((uint8_t *)p_reg + (uint32_t)task)) = 0x1UL; in nrf_ecb_task_trigger()
24 if (task == NRF_ECB_TASK_START) { in nrf_ecb_task_trigger()
26 } else if (task == NRF_ECB_TASK_STOP) { in nrf_ecb_task_trigger()
55 nrf_ecb_task_t task) in nrf_ecb_subscribe_common() argument
59 if (task == NRF_ECB_TASK_START) { in nrf_ecb_subscribe_common()
61 } else if (task == NRF_ECB_TASK_STOP) { in nrf_ecb_subscribe_common()
65 task); in nrf_ecb_subscribe_common()
70 nrf_ecb_task_t task, in nrf_ecb_subscribe_set() argument
73 *((volatile uint32_t *) ((uint8_t *) p_reg + (uint32_t) task + 0x80uL)) = in nrf_ecb_subscribe_set()
75 nrf_ecb_subscribe_common(p_reg, task); in nrf_ecb_subscribe_set()
79 nrf_ecb_task_t task) in nrf_ecb_subscribe_clear() argument
81 *((volatile uint32_t *) ((uint8_t *) p_reg + (uint32_t) task + 0x80uL)) = 0; in nrf_ecb_subscribe_clear()
82 nrf_ecb_subscribe_common(p_reg, task); in nrf_ecb_subscribe_clear()