Lines Matching refs:channel
582 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_clear_get(uint8_t channel);
591 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_stop_get(uint8_t channel);
635 uint8_t channel);
657 uint8_t channel);
735 NRF_STATIC_INLINE nrf_timer_task_t nrf_timer_capture_task_get(uint8_t channel);
744 NRF_STATIC_INLINE nrf_timer_event_t nrf_timer_compare_event_get(uint8_t channel);
753 NRF_STATIC_INLINE nrf_timer_int_mask_t nrf_timer_compare_int_get(uint8_t channel);
851 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_clear_get(uint8_t channel) in nrf_timer_short_compare_clear_get() argument
853 return (nrf_timer_short_mask_t)((uint32_t)NRF_TIMER_SHORT_COMPARE0_CLEAR_MASK << channel); in nrf_timer_short_compare_clear_get()
856 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_stop_get(uint8_t channel) in nrf_timer_short_compare_stop_get() argument
858 return (nrf_timer_short_mask_t)((uint32_t)NRF_TIMER_SHORT_COMPARE0_STOP_MASK << channel); in nrf_timer_short_compare_stop_get()
881 uint8_t channel) in nrf_timer_subscribe_set() argument
884 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_timer_subscribe_set()
895 uint8_t channel) in nrf_timer_publish_set() argument
898 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_timer_publish_set()
957 NRF_STATIC_INLINE nrf_timer_task_t nrf_timer_capture_task_get(uint8_t channel) in nrf_timer_capture_task_get() argument
959 return (nrf_timer_task_t)NRFX_OFFSETOF(NRF_TIMER_Type, TASKS_CAPTURE[channel]); in nrf_timer_capture_task_get()
962 NRF_STATIC_INLINE nrf_timer_event_t nrf_timer_compare_event_get(uint8_t channel) in nrf_timer_compare_event_get() argument
964 return (nrf_timer_event_t)NRFX_OFFSETOF(NRF_TIMER_Type, EVENTS_COMPARE[channel]); in nrf_timer_compare_event_get()
967 NRF_STATIC_INLINE nrf_timer_int_mask_t nrf_timer_compare_int_get(uint8_t channel) in nrf_timer_compare_int_get() argument
970 ((uint32_t)NRF_TIMER_INT_COMPARE0_MASK << channel); in nrf_timer_compare_int_get()