Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_nfct.c70 static nrfx_nfct_timer_workaround_t m_timer_workaround = variable
224 if((!m_nrf52840.eng_a) && (m_timer_workaround.fieldevents_filter_active)) in nrfx_nfct_field_event_handler()
246 m_timer_workaround.is_hfclk_on = false; in nrfx_nfct_field_event_handler()
247 m_timer_workaround.is_delayed = false; in nrfx_nfct_field_event_handler()
248 m_timer_workaround.fieldevents_filter_active = true; in nrfx_nfct_field_event_handler()
250 nrfx_timer_clear(&m_timer_workaround.timer); in nrfx_nfct_field_event_handler()
251 nrfx_timer_enable(&m_timer_workaround.timer); in nrfx_nfct_field_event_handler()
255 nrfx_timer_clear(&m_timer_workaround.timer); in nrfx_nfct_field_event_handler()
256 nrfx_timer_enable(&m_timer_workaround.timer); in nrfx_nfct_field_event_handler()
257 m_timer_workaround.field_state_cnt = 0; in nrfx_nfct_field_event_handler()
[all …]