nfc4 2.0.0.0
|
NFC 4 Click RFAL FIFO structure. More...
#include <nfc4.h>
Data Fields | |
uint16_t | exp_wl |
uint16_t | bytes_total |
uint16_t | bytes_written |
uint8_t | status [2] |
NFC 4 Click RFAL FIFO structure.
Struct that holds counters to control the FIFO on Tx and Rx.
uint16_t bytes_total |
Total bytes to be transmitted OR the total bytes received.
uint16_t bytes_written |
Amount of bytes already written on FIFO (Tx) OR read (RX) from FIFO and written on rxBuffer.
uint16_t exp_wl |
The amount of bytes expected to be Tx when a WL interrupt occours.
uint8_t status[2] |
FIFO Status Registers.