no-OS
Public Attributes | List of all members
no_os_fifo_element Struct Reference

Structure holding the fifo element parameters. More...

#include <no_os_fifo.h>

Collaboration diagram for no_os_fifo_element:
Collaboration graph
[legend]

Public Attributes

struct no_os_fifo_elementnext
 
char * data
 
uint32_t len
 

Detailed Description

Structure holding the fifo element parameters.

Member Data Documentation

◆ data

char* no_os_fifo_element::data

FIFO data pointer

◆ len

uint32_t no_os_fifo_element::len

FIFO length

◆ next

struct no_os_fifo_element* no_os_fifo_element::next

next FIFO element


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