Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c627 if (nrfy_nfct_event_check(NRF_NFCT, NRF_NFCT_EVENT_TXFRAMESTART) && in nrfx_nfct_tx()
704 if (nrfy_nfct_event_check(NRF_NFCT, NRF_NFCT_EVENT_TXFRAMESTART) && in nrfx_nfct_bits_tx()
/hal_nordic-latest/nrfx/haly/
Dnrfy_nfct.h286 NRFY_STATIC_INLINE bool nrfy_nfct_event_check(NRF_NFCT_Type const * p_reg, nrf_nfct_event_t event) in nrfy_nfct_event_check() function