Searched refs:m_timer_workaround (Results 1 – 1 of 1) sorted by relevance
80 static nrfx_nfct_timer_workaround_t m_timer_workaround = variable183 if(m_timer_workaround.fieldevents_filter_active) in nrfx_nfct_field_event_handler()215 m_timer_workaround.field_state_cnt = 0; in nrfx_nfct_field_event_handler()263 if ((m_timer_workaround.is_hfclk_on) && (m_timer_workaround.is_delayed)) in nrfx_nfct_activate_check()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()340 m_timer_workaround.field_state_cnt = 0; in nrfx_nfct_field_poll()354 m_timer_workaround.is_delayed = true; in nrfx_nfct_field_timer_handler()356 nrfx_timer_disable(&m_timer_workaround.timer); in nrfx_nfct_field_timer_handler()455 nrfx_timer_uninit(&m_timer_workaround.timer); in nrfx_nfct_uninit()[all …]
Completed in 3 milliseconds