Lines Matching refs:task
41 void nrf_clock_task_trigger(NRF_CLOCK_Type * p_reg, nrf_clock_task_t task) in nrf_clock_task_trigger() argument
43 *((volatile uint32_t *)((uint8_t *)p_reg + (uint32_t)task)) = 0x1UL; in nrf_clock_task_trigger()
50 switch (task) { in nrf_clock_task_trigger()
81 bs_trace_error_line_time("Not supported task started in nrf_clock, %d\n", task); in nrf_clock_task_trigger()
98 nrf_clock_task_t task) in nrf_clock_subscribe_common() argument
105 switch (task) { in nrf_clock_subscribe_common()
133 task); in nrf_clock_subscribe_common()
140 nrf_clock_task_t task, in nrf_clock_subscribe_set() argument
143 *((volatile uint32_t *) ((uint8_t *) p_reg + (uint32_t) task + 0x80uL)) = in nrf_clock_subscribe_set()
145 nrf_clock_subscribe_common(p_reg, task); in nrf_clock_subscribe_set()
149 nrf_clock_task_t task) in nrf_clock_subscribe_clear() argument
151 *((volatile uint32_t *) ((uint8_t *) p_reg + (uint32_t) task + 0x80uL)) = 0; in nrf_clock_subscribe_clear()
152 nrf_clock_subscribe_common(p_reg, task); in nrf_clock_subscribe_clear()