![]() |
nrfx 4.5.0
|
NFCT driver event. More...
#include <nrfx_nfct.h>
Data Fields | ||
| nrfx_nfct_evt_id_t | evt_id | |
| Type of event. | ||
| union { | ||
| nrfx_nfct_evt_rx_frameend_t rx_frameend | ||
| End of the RX frame data. Filled when nrfx_nfct_evt_t.evt_id is NRFX_NFCT_EVT_RX_FRAMEEND. | ||
| nrfx_nfct_evt_tx_framestart_t tx_framestart | ||
| Start of the TX frame data. Filled when nrfx_nfct_evt_t.evt_id is NRFX_NFCT_EVT_TX_FRAMESTART. | ||
| nrfx_nfct_evt_error_t error | ||
| Error data. Filled when nrfx_nfct_evt_t.evt_id is NRFX_NFCT_EVT_ERROR. | ||
| } | params | |
| Union to store event data. | ||
NFCT driver event.