no-OS
|
Structure holding the fifo element parameters. More...
#include <no_os_fifo.h>
Public Attributes | |
struct no_os_fifo_element * | next |
char * | data |
uint32_t | len |
Structure holding the fifo element parameters.
char* no_os_fifo_element::data |
FIFO data pointer
uint32_t no_os_fifo_element::len |
FIFO length
struct no_os_fifo_element* no_os_fifo_element::next |
next FIFO element