Searched refs:field_state (Results 1 – 1 of 1) sorted by relevance
178 static void nrfx_nfct_field_event_handler(volatile nrfx_nfct_field_state_t field_state) in nrfx_nfct_field_event_handler() argument189 if (field_state == NRFX_NFC_FIELD_STATE_UNKNOWN) in nrfx_nfct_field_event_handler()192 field_state = (nrfx_nfct_field_check()) ? NRFX_NFC_FIELD_STATE_ON : in nrfx_nfct_field_event_handler()199 switch (field_state) in nrfx_nfct_field_event_handler()486 uint32_t const field_state = nrf_nfct_field_status_get(NRF_NFCT); in nrfx_nfct_field_check() local488 if (((field_state & NRF_NFCT_FIELD_STATE_PRESENT_MASK) == 0) && in nrfx_nfct_field_check()489 ((field_state & NRF_NFCT_FIELD_STATE_LOCK_MASK) == 0)) in nrfx_nfct_field_check()
Completed in 3 milliseconds