struct no_os_fifo_element * no_os_fifo_remove(struct no_os_fifo_element *p_fifo)
int32_t no_os_fifo_insert(struct no_os_fifo_element **p_fifo, char *buff, uint32_t len)
Structure holding the fifo element parameters.
Definition no_os_fifo.h:42
char * data
Definition no_os_fifo.h:46
uint32_t len
Definition no_os_fifo.h:48
struct no_os_fifo_element * next
Definition no_os_fifo.h:44