|
Firmware SDK
|
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. | |
Structure of FIFO instance.
Definition at line 12 of file twr_fifo.h.