NetBurner 3.5.7
PDF Version
os_fifo_el Struct Reference

Element header for OS_FIFO linked-list entries. More...

#include <nbrtos.h>

Inherited by OS_RR_Request, nbrtos::USB::HW_SetupBuf, and pool_buffer.

Public Attributes

union { 
 
   struct os_fifo_el *   pNextFifo_El 
 Pointer to next OS_FIFO element.
 
   puint8_t   pAsBytePtr 
 Next OS_FIFO element data byte pointer.
 
};  
 Union providing linked-list linkage and raw byte access to element data.
 

Detailed Description

Element header for OS_FIFO linked-list entries.

Every structure passed through an OS_FIFO must begin with this type (or a layout-compatible union) so the FIFO can maintain its internal linked list.


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