Firmware SDK
twr_fifo_t Struct Reference

Structure of FIFO instance. More...

#include <twr_fifo.h>

Data Fields

void * buffer
 Pointer to buffer where FIFO holds data.
 
size_t size
 Size of buffer where FIFO holds data.
 
size_t head
 Position of FIFO's head.
 
size_t tail
 Position of FIFO's tail.
 

Detailed Description

Structure of FIFO instance.

Definition at line 12 of file twr_fifo.h.


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