Searched refs:current_field (Results 1 – 1 of 1) sorted by relevance
686 nrfx_nfct_field_state_t current_field = NRFX_NFC_FIELD_STATE_NONE; in nrfx_nfct_irq_handler() local691 current_field = NRFX_NFC_FIELD_STATE_ON; in nrfx_nfct_irq_handler()700 current_field = (current_field == NRFX_NFC_FIELD_STATE_NONE) ? in nrfx_nfct_irq_handler()708 if (current_field != NRFX_NFC_FIELD_STATE_NONE) in nrfx_nfct_irq_handler()710 nrfx_nfct_field_event_handler(current_field); in nrfx_nfct_irq_handler()
Completed in 4 milliseconds