Lines Matching refs:channel
162 nrf_timer_cc_channel_t channel) in nrfy_timer_capture_get() argument
164 nrf_timer_task_trigger(p_reg, nrf_timer_capture_task_get(channel)); in nrfy_timer_capture_get()
166 uint32_t cc = nrf_timer_cc_get(p_reg, channel); in nrfy_timer_capture_get()
265 uint8_t channel) in nrfy_timer_subscribe_set() argument
267 nrf_timer_subscribe_set(p_reg, task, channel); in nrfy_timer_subscribe_set()
282 uint8_t channel) in nrfy_timer_publish_set() argument
284 nrf_timer_publish_set(p_reg, event, channel); in nrfy_timer_publish_set()
367 NRFY_STATIC_INLINE nrf_timer_task_t nrfy_timer_capture_task_get(uint8_t channel) in nrfy_timer_capture_task_get() argument
369 return nrf_timer_capture_task_get(channel); in nrfy_timer_capture_task_get()
373 NRFY_STATIC_INLINE nrf_timer_event_t nrfy_timer_compare_event_get(uint8_t channel) in nrfy_timer_compare_event_get() argument
375 return nrf_timer_compare_event_get(channel); in nrfy_timer_compare_event_get()
379 NRFY_STATIC_INLINE nrf_timer_int_mask_t nrfy_timer_compare_int_get(uint8_t channel) in nrfy_timer_compare_int_get() argument
381 return nrf_timer_compare_int_get(channel); in nrfy_timer_compare_int_get()