![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
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 |
NFCT driver event.