![]() |
nRF Connect SDK API 3.3.99
|
NFC-A callback. More...
#include <st25r3911b_nfca.h>
Data Fields | |
| void(* | field_on )(void) |
| Field on indication callback. | |
| void(* | field_off )(void) |
| Field off indication callback. | |
| void(* | tag_detected )(const struct st25r3911b_nfca_sens_resp *sens_resp) |
| Tag detected callback. | |
| void(* | anticollision_completed )(const struct st25r3911b_nfca_tag_info *tag_info, int err) |
| Collision resolution procedure completed. | |
| void(* | transfer_completed )(const uint8_t *data, size_t len, int err) |
| NFC-A transceive operation completed. | |
| void(* | rx_timeout )(bool tag_sleep) |
| NFC-A receive time-out. | |
| void(* | tag_sleep )(void) |
| NFC-A tag sleep state notification. | |
NFC-A callback.
This structure is used for tracking and synchronized NFC-A operation.