nfc4 2.0.0.0
nfc4_rfal_transceive_context_t Struct Reference

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
 

Detailed Description

NFC 4 Click rfal transceive context structure.

Struct that holds all context to be used on a Transceive.

Field Documentation

◆ flags

uint32_t flags

(In) Transceive Flags indication special handling.

◆ fwt

uint32_t fwt

(In) Frame Waiting Time in 1/fc.

◆ rx_buf

uint8_t* rx_buf

(Out) Buffer where incoming message will be placed.

◆ rx_buf_len

uint16_t rx_buf_len

(In) Maximum length of the incoming message in bits.

◆ rx_rcvd_len

uint16_t* rx_rcvd_len

(Out) Actual received length in bits.

◆ tx_buf

uint8_t* tx_buf

(In) Buffer where outgoing message is located.

◆ tx_buf_len

uint16_t tx_buf_len

(In) Length of the outgoing message in bits.


The documentation for this struct was generated from the following file: