|
NetBurner 3.5.7
PDF Version |
OS_FIFO element definition. 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. | ||
| }; | ||
| This struture is a union of a pointer to the next OS_FIFO and a byte pointer to the same data. | ||
OS_FIFO element definition.
This struture is a union of a pointer to the next OS_FIFO and a byte pointer to the same data.