Lines Matching full:channel
215 * @param[in] channel Capture channel number.
220 uint32_t channel);
237 * @param[in] channel Compare channel number.
242 uint32_t channel);
248 * @param[in] cc_channel Capture channel number.
256 * @brief Function for returning the capture value from a specific channel.
258 * Use this function to read channel values when PPI is used for capturing.
261 * @param[in] cc_channel Capture channel number.
269 * @brief Function for setting the timer channel in compare mode.
272 * @param[in] cc_channel Compare channel number.
274 * @param[in] enable_int Enable or disable the interrupt for the compare channel.
282 * @brief Function for setting the timer channel in extended compare mode.
285 * @param[in] cc_channel Compare channel number.
287 * @param[in] timer_short_mask Shortcut between the compare event on the channel
290 * channel.
324 * @param[in] channel Compare channel.
327 uint32_t channel);
333 * @param[in] channel Compare channel.
336 uint32_t channel);
348 uint32_t channel) in nrfx_timer_capture_task_address_get() argument
350 NRFX_ASSERT(channel < p_instance->cc_channel_count); in nrfx_timer_capture_task_address_get()
352 nrf_timer_capture_task_get(channel)); in nrfx_timer_capture_task_address_get()
362 uint32_t channel) in nrfx_timer_compare_event_address_get() argument
364 NRFX_ASSERT(channel < p_instance->cc_channel_count); in nrfx_timer_compare_event_address_get()
366 nrf_timer_compare_event_get(channel)); in nrfx_timer_compare_event_address_get()