ChibiOS/RT
5.1.0
|
Type of an objects FIFO. More...
#include <chfifo.h>
Data Fields | |
guarded_memory_pool_t | free |
Pool of the free objects. More... | |
mailbox_t | mbx |
Mailbox of the sent objects. More... | |
guarded_memory_pool_t ch_objects_fifo::free |
Pool of the free objects.
Definition at line 88 of file chfifo.h.
Referenced by chFifoObjectInit(), chFifoReturnObject(), chFifoReturnObjectI(), chFifoReturnObjectS(), chFifoTakeObjectI(), chFifoTakeObjectTimeout(), and chFifoTakeObjectTimeoutS().
mailbox_t ch_objects_fifo::mbx |
Mailbox of the sent objects.
Definition at line 92 of file chfifo.h.
Referenced by chFifoObjectInit(), chFifoReceiveObjectI(), chFifoReceiveObjectTimeout(), chFifoReceiveObjectTimeoutS(), chFifoSendObject(), chFifoSendObjectAhead(), chFifoSendObjectAheadI(), chFifoSendObjectAheadS(), chFifoSendObjectI(), and chFifoSendObjectS().