Contents:
Defined in File fifo.h
General purpose FIFO.
This implementation is more full-featured than rawfifo, but is not safe to use in ISRs.
Public Members
Underlying ringbuffer the FIFO is built on top of.
Size of elements in bytes.
Run-time configuration parameters. Valid flags are:
RCSW_ZALLOC
RCSW_NOALLOC_HANDLE
RCSW_NOALLOC_DATA
All other flags are ignored.