Lines Matching refs:timer_inst
42 nrfx_timer_t timer_inst; member
58 .timer_info.timer_inst = NRFX_TIMER_INSTANCE(0),
67 .timer_info.timer_inst = NRFX_TIMER_INSTANCE(1),
76 .timer_info.timer_inst = NRFX_TIMER_INSTANCE(2),
85 .timer_info.timer_inst = NRFX_TIMER_INSTANCE(3),
94 .timer_info.timer_inst = NRFX_TIMER_INSTANCE(4),
108 event_type, timer_info->timer_inst.instance_id, timer_info->timer_inst.cc_channel_count); in timer_callback()
125 nrfx_timer_init(&(timer_info->timer_inst), timer_cfg, timer_callback); in timer_init()
149 nrfx_timer_extended_compare(&(timer_info->timer_inst), timer_info->cc_channel, t, mask, true); in timer_start()
150 nrfx_timer_enable(&(timer_info->timer_inst)); in timer_start()
162 nrfx_timer_disable(&(timer_info->timer_inst)); in timer_stop()
165 nrfx_timer_clear(&(timer_info->timer_inst)); in timer_stop()
240 nrfx_timer_t *timer_inst = RT_NULL; in timer_ctrl() local
246 timer_inst = &(timer_info->timer_inst); in timer_ctrl()
256 nrf_timer_frequency_set(timer_inst->p_reg, frequency_convert(freq)); in timer_ctrl()
281 count = nrfx_timer_capture(&(timer_info->timer_inst), NRF_TIMER_CC_CHANNEL5); in timer_counter_get()