ChibiOS
0.0.0
|
Type of an objects FIFO. More...
#include <chobjfifos.h>
Data Fields | |
guarded_memory_pool_t | free |
Pool of the free objects. More... | |
mailbox_t | mbx |
Mailbox of the sent objects. More... | |
Type of an objects FIFO.
Definition at line 80 of file chobjfifos.h.
guarded_memory_pool_t ch_objects_fifo::free |
Pool of the free objects.
Definition at line 84 of file chobjfifos.h.
Referenced by chFifoObjectInit(), chFifoReturnObject(), chFifoReturnObjectI(), chFifoTakeObjectI(), chFifoTakeObjectTimeout(), and chFifoTakeObjectTimeoutS().
mailbox_t ch_objects_fifo::mbx |
Mailbox of the sent objects.
Definition at line 88 of file chobjfifos.h.
Referenced by chFifoObjectInit(), chFifoReceiveObjectI(), chFifoReceiveObjectTimeout(), chFifoReceiveObjectTimeoutS(), chFifoSendObject(), chFifoSendObjectI(), and chFifoSendObjectS().