Searched refs:NRFX_NFCT_EVT_ACTIVE (Results 1 – 1 of 1) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_nfct.c | 123 #define NRFX_NFCT_EVT_ACTIVE(_name, _mask) \ macro 954 if (NRFX_NFCT_EVT_ACTIVE(FIELDDETECTED, evt_mask)) in nrfx_nfct_irq_handler() 962 if (NRFX_NFCT_EVT_ACTIVE(FIELDLOST, evt_mask)) in nrfx_nfct_irq_handler() 977 if (NRFX_NFCT_EVT_ACTIVE(RXFRAMESTART, evt_mask)) in nrfx_nfct_irq_handler() 987 if (NRFX_NFCT_EVT_ACTIVE(RXFRAMEEND, evt_mask)) in nrfx_nfct_irq_handler() 1000 if (NRFX_NFCT_EVT_ACTIVE(RXERROR, evt_mask)) in nrfx_nfct_irq_handler() 1016 if (NRFX_NFCT_EVT_ACTIVE(SELECTED, evt_mask)) in nrfx_nfct_irq_handler() 1040 if (NRFX_NFCT_EVT_ACTIVE(ERROR, evt_mask)) in nrfx_nfct_irq_handler() 1069 if (NRFX_NFCT_EVT_ACTIVE(TXFRAMESTART, evt_mask)) in nrfx_nfct_irq_handler() 1084 if (NRFX_NFCT_EVT_ACTIVE(TXFRAMEEND, evt_mask)) in nrfx_nfct_irq_handler()
|