|
PatchworkOS
3984a1d
A non-POSIX operating system.
|
FIFO Buffer. More...
#include <fifo.h>
Data Fields | |
| uint8_t * | buffer |
| Pointer to the buffer memory. | |
| size_t | size |
| The total size of the buffer. | |
| size_t | head |
| The position to write to. | |
| size_t | tail |
| The position to start reading from. | |