nfc4 2.0.0.0
|
NFC 4 Click rfal transceive context structure. More...
#include <nfc4.h>
Data Fields | |
uint8_t * | tx_buf |
uint16_t | tx_buf_len |
uint8_t * | rx_buf |
uint16_t | rx_buf_len |
uint16_t * | rx_rcvd_len |
uint32_t | flags |
uint32_t | fwt |
NFC 4 Click rfal transceive context structure.
Struct that holds all context to be used on a Transceive.
uint32_t flags |
(In) Transceive Flags indication special handling.
uint32_t fwt |
(In) Frame Waiting Time in 1/fc.
uint8_t* rx_buf |
(Out) Buffer where incoming message will be placed.
uint16_t rx_buf_len |
(In) Maximum length of the incoming message in bits.
uint16_t* rx_rcvd_len |
(Out) Actual received length in bits.
uint8_t* tx_buf |
(In) Buffer where outgoing message is located.
uint16_t tx_buf_len |
(In) Length of the outgoing message in bits.