Lines Matching refs:task
19 void nrf_uarte_task_trigger(NRF_UARTE_Type * p_reg, nrf_uarte_task_t task) in nrf_uarte_task_trigger() argument
21 *((volatile uint32_t *)((uint8_t *)p_reg + (uint32_t)task)) = 0x1UL; in nrf_uarte_task_trigger()
28 switch (task) { in nrf_uarte_task_trigger()
45 bs_trace_error_line_time("Not supported task started in nrf_clock, %d\n", task); in nrf_uarte_task_trigger()
113 nrf_uarte_task_t task) in nrf_uarte_subscribe_common() argument
120 switch (task) { in nrf_uarte_subscribe_common()
138 task); in nrf_uarte_subscribe_common()
145 nrf_uarte_task_t task, in nrf_uarte_subscribe_set() argument
148 *((volatile uint32_t *) ((uint8_t *) p_reg + (uint32_t) task + 0x80uL)) = in nrf_uarte_subscribe_set()
150 nrf_uarte_subscribe_common(p_reg, task); in nrf_uarte_subscribe_set()
154 nrf_uarte_task_t task) in nrf_uarte_subscribe_clear() argument
156 *((volatile uint32_t *) ((uint8_t *) p_reg + (uint32_t) task + 0x80uL)) = 0; in nrf_uarte_subscribe_clear()
157 nrf_uarte_subscribe_common(p_reg, task); in nrf_uarte_subscribe_clear()