Searched refs:field_state (Results 1 – 1 of 1) sorted by relevance
207 static void nfct_field_event_handler(volatile nrfx_nfct_field_state_t field_state) in nfct_field_event_handler() argument218 if (field_state == NRFX_NFC_FIELD_STATE_UNKNOWN) in nfct_field_event_handler()221 field_state = (nrfx_nfct_field_check()) ? NRFX_NFC_FIELD_STATE_ON : in nfct_field_event_handler()228 switch (field_state) in nfct_field_event_handler()549 uint32_t const field_state = nrfy_nfct_field_status_get(NRF_NFCT); in nrfx_nfct_field_check() local551 if (((field_state & NRF_NFCT_FIELD_STATE_PRESENT_MASK) == 0) && in nrfx_nfct_field_check()552 ((field_state & NRF_NFCT_FIELD_STATE_LOCK_MASK) == 0)) in nrfx_nfct_field_check()