Lines Matching refs:channel
374 uint8_t channel);
396 uint8_t channel);
492 NRF_STATIC_INLINE nrf_timer_task_t nrf_timer_capture_task_get(uint32_t channel);
501 NRF_STATIC_INLINE nrf_timer_event_t nrf_timer_compare_event_get(uint32_t channel);
510 NRF_STATIC_INLINE nrf_timer_int_mask_t nrf_timer_compare_int_get(uint32_t channel);
628 uint8_t channel) in nrf_timer_subscribe_set() argument
631 ((uint32_t)channel | TIMER_SUBSCRIBE_START_EN_Msk); in nrf_timer_subscribe_set()
642 uint8_t channel) in nrf_timer_publish_set() argument
645 ((uint32_t)channel | TIMER_PUBLISH_COMPARE_EN_Msk); in nrf_timer_publish_set()
706 NRF_STATIC_INLINE nrf_timer_task_t nrf_timer_capture_task_get(uint32_t channel) in nrf_timer_capture_task_get() argument
708 return (nrf_timer_task_t)NRFX_OFFSETOF(NRF_TIMER_Type, TASKS_CAPTURE[channel]); in nrf_timer_capture_task_get()
711 NRF_STATIC_INLINE nrf_timer_event_t nrf_timer_compare_event_get(uint32_t channel) in nrf_timer_compare_event_get() argument
713 return (nrf_timer_event_t)NRFX_OFFSETOF(NRF_TIMER_Type, EVENTS_COMPARE[channel]); in nrf_timer_compare_event_get()
716 NRF_STATIC_INLINE nrf_timer_int_mask_t nrf_timer_compare_int_get(uint32_t channel) in nrf_timer_compare_int_get() argument
719 ((uint32_t)NRF_TIMER_INT_COMPARE0_MASK << channel); in nrf_timer_compare_int_get()