Home
last modified time | relevance | path

Searched refs:cc_channel (Results 1 – 3 of 3) sorted by relevance

/external/platform/nrfx/drivers/src/
A Dnrfx_timer.c199 nrf_timer_cc_channel_t cc_channel) in nrfx_timer_capture() argument
202 NRFX_ASSERT(cc_channel < p_instance->cc_channel_count); in nrfx_timer_capture()
205 nrf_timer_capture_task_get(cc_channel)); in nrfx_timer_capture()
206 return nrf_timer_cc_get(p_instance->p_reg, cc_channel); in nrfx_timer_capture()
210 nrf_timer_cc_channel_t cc_channel, in nrfx_timer_compare() argument
226 nrf_timer_cc_set(p_instance->p_reg, cc_channel, cc_value); in nrfx_timer_compare()
230 cc_channel); in nrfx_timer_compare()
240 (TIMER_SHORTS_COMPARE0_STOP_Msk << cc_channel) | in nrfx_timer_extended_compare()
241 (TIMER_SHORTS_COMPARE0_CLEAR_Msk << cc_channel)); in nrfx_timer_extended_compare()
246 cc_channel, in nrfx_timer_extended_compare()
[all …]
/external/platform/nrfx/drivers/include/
A Dnrfx_timer.h257 nrf_timer_cc_channel_t cc_channel);
270 nrf_timer_cc_channel_t cc_channel);
281 nrf_timer_cc_channel_t cc_channel,
296 nrf_timer_cc_channel_t cc_channel,
369 nrf_timer_cc_channel_t cc_channel) in nrfx_timer_capture_get() argument
371 return nrf_timer_cc_get(p_instance->p_reg, cc_channel); in nrfx_timer_capture_get()
/external/platform/nrfx/hal/
A Dnrf_timer.h471 nrf_timer_cc_channel_t cc_channel,
483 nrf_timer_cc_channel_t cc_channel);
544 nrf_timer_cc_channel_t cc_channel);
694 nrf_timer_cc_channel_t cc_channel, in nrf_timer_cc_set() argument
697 p_reg->CC[cc_channel] = cc_value; in nrf_timer_cc_set()
701 nrf_timer_cc_channel_t cc_channel) in nrf_timer_cc_get() argument
703 return (uint32_t)p_reg->CC[cc_channel]; in nrf_timer_cc_get()
746 nrf_timer_cc_channel_t cc_channel) in nrf_timer_one_shot_enable() argument
748 p_reg->ONESHOTEN[cc_channel] = TIMER_ONESHOTEN_ONESHOTEN_Msk; in nrf_timer_one_shot_enable()
752 nrf_timer_cc_channel_t cc_channel) in nrf_timer_one_shot_disable() argument
[all …]

Completed in 7 milliseconds