Lines Matching full:field
50 …_t timer; /**< Timer instance that supports the correct NFC field detection. */
52 …bool fieldevents_filter_active; /**< Flag that indicates that the field events are i…
61 …#define NRFX_NFCT_ACTIVATE_DELAY 1000 /**< Minimal delay in us between NFC field detection and…
65 #define NRFX_NFCT_FIELD_TIMER_PERIOD 100 /**< Field polling period in us. */
76 #define NRFX_NFCT_FRAMEDELAYMAX_52840S (0xFFFFUL) /**< Bit mask of the FRAMEDELAYMAX field for the …
120 NRFX_NFC_FIELD_STATE_NONE, /**< Initial value that indicates no NFCT field events. */
123 NRFX_NFC_FIELD_STATE_UNKNOWN /**< Both NFCT field events have been set - ambiguous state. */
215 /**@brief Function for evaluating and handling the NFC field events.
217 * @param[in] field_state Current field state.
232 /* Probe NFC field */ in nrfx_nfct_field_event_handler()
236 /* Field event service */ in nrfx_nfct_field_event_handler()
301 // Check the field status and take action if field is lost. in nrfx_nfct_activate_check()
311 // Start the timer second time to validate whether the tag has locked to the field. in nrfx_nfct_activate_check()
549 // Field is not active in nrfx_nfct_field_check()
752 NRFX_LOG_DEBUG("Field detected"); in nrfx_nfct_irq_handler()
762 NRFX_LOG_DEBUG("Field lost"); in nrfx_nfct_irq_handler()
766 /* Perform actions if any FIELD event is active */ in nrfx_nfct_irq_handler()