|
nfc5 2.2.0
|
NFC 5 Click Colission Resolution context structure. More...
#include <nfc5.h>
Data Fields | |
| nfc5_rfal_nfca_listen_dev_t * | nfca_dev_list |
| uint8_t * | dev_cnt |
| bool | coll_pending |
| bool * | coll_pend |
| nfc5_rfal_nfca_sel_req_t | sel_req |
| nfc5_rfal_nfca_sel_res_t * | sel_res |
| uint8_t * | nfc_id1 |
| uint8_t * | nfc_id1_len |
| uint8_t | cascade_lvl |
| nfc5_col_res_state_t | state |
| uint8_t | bytes_tx_rx |
| uint8_t | bits_tx_rx |
| uint16_t | rx_len |
NFC 5 Click Colission Resolution context structure.
Colission Resolution context structure.
| uint8_t bits_tx_rx |
TxRx bits used during anticollision loop (Single CR).
| uint8_t bytes_tx_rx |
TxRx bytes used during anticollision loop (Single CR).
| uint8_t cascade_lvl |
Current Cascading Level (Single CR).
| bool* coll_pend |
Location of collision pending flag (Single CR).
| bool coll_pending |
Collision pending flag.
| uint8_t* dev_cnt |
Location of the device counter.
| uint8_t* nfc_id1 |
Location to place the NFCID1 (Single CR).
| uint8_t* nfc_id1_len |
Location to place the NFCID1 length (Single CR).
| nfc5_rfal_nfca_listen_dev_t* nfca_dev_list |
Location of the device list.
| uint16_t rx_len |
| nfc5_rfal_nfca_sel_req_t sel_req |
SelReqused during anticollision (Single CR).
| nfc5_rfal_nfca_sel_res_t* sel_res |
Location to place of the SEL_RES(SAK) (Single CR).
| nfc5_col_res_state_t state |
Single Collision Resolution state (Single CR).