Lines Matching refs:timer
61 …const nrfx_timer_t timer; /**< Timer instance that supports the correct NFC fi… member
82 .timer = NRFX_TIMER_INSTANCE(NRFX_NFCT_CONFIG_TIMER_INSTANCE_ID),
210 nrfx_timer_clear(&m_timer_workaround.timer); in nrfx_nfct_field_event_handler()
211 nrfx_timer_enable(&m_timer_workaround.timer); in nrfx_nfct_field_event_handler()
213 nrfx_timer_clear(&m_timer_workaround.timer); in nrfx_nfct_field_event_handler()
214 nrfx_timer_enable(&m_timer_workaround.timer); in nrfx_nfct_field_event_handler()
269 nrfx_timer_clear(&m_timer_workaround.timer); in nrfx_nfct_activate_check()
270 nrfx_timer_enable(&m_timer_workaround.timer); in nrfx_nfct_activate_check()
325 nrfx_timer_disable(&m_timer_workaround.timer); in nrfx_nfct_field_poll()
356 nrfx_timer_disable(&m_timer_workaround.timer); in nrfx_nfct_field_timer_handler()
374 err_code = nrfx_timer_init(&m_timer_workaround.timer, in nrfx_nfct_field_timer_config()
382 nrfx_timer_extended_compare(&m_timer_workaround.timer, in nrfx_nfct_field_timer_config()
384 nrfx_timer_us_to_ticks(&m_timer_workaround.timer, in nrfx_nfct_field_timer_config()
455 nrfx_timer_uninit(&m_timer_workaround.timer); in nrfx_nfct_uninit()