nfc4 2.0.0.0
|
NFC 4 Click Colission Resolution context structure. More...
#include <nfc4.h>
Data Fields | |
nfc4_rfal_nfca_listen_device_t * | nfca_dev_list |
uint8_t * | dev_cnt |
bool | coll_pending |
bool * | coll_pend |
nfc4_rfal_nfca_sel_req_t | sel_req |
nfc4_rfal_nfca_sel_res_t * | sel_res |
uint8_t * | nfc_id1 |
uint8_t * | nfc_id1_len |
uint8_t | cascade_lvl |
nfc4_col_res_state_t | state |
uint8_t | bytes_tx_rx |
uint8_t | bits_tx_rx |
uint16_t | rx_len |
NFC 4 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).
nfc4_rfal_nfca_listen_device_t* nfca_dev_list |
Location of the device list.
uint16_t rx_len |
nfc4_rfal_nfca_sel_req_t sel_req |
SelReqused during anticollision (Single CR).
nfc4_rfal_nfca_sel_res_t* sel_res |
Location to place of the SEL_RES(SAK) (Single CR).
nfc4_col_res_state_t state |
Single Collision Resolution state (Single CR).