Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c249 nfct_evt.evt_id = NRFX_NFCT_EVT_FIELD_DETECTED; in nfct_field_event_handler()
260 nfct_evt.evt_id = NRFX_NFCT_EVT_FIELD_LOST; in nfct_field_event_handler()
342 .evt_id = NRFX_NFCT_EVT_FIELD_LOST, in nfct_field_poll()
981 .evt_id = NRFX_NFCT_EVT_RX_FRAMESTART in nrfx_nfct_irq_handler()
991 .evt_id = NRFX_NFCT_EVT_RX_FRAMEEND in nrfx_nfct_irq_handler()
1033 .evt_id = NRFX_NFCT_EVT_SELECTED in nrfx_nfct_irq_handler()
1046 .evt_id = NRFX_NFCT_EVT_ERROR in nrfx_nfct_irq_handler()
1075 nfct_evt.evt_id = NRFX_NFCT_EVT_TX_FRAMESTART; in nrfx_nfct_irq_handler()
1088 .evt_id = NRFX_NFCT_EVT_TX_FRAMEEND in nrfx_nfct_irq_handler()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_nfct.h158 nrfx_nfct_evt_id_t evt_id; ///< Type of event. member