|
NetBurner 3.5.7
PDF Version |
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. | ||
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.