ChibiOS/RT  5.1.0
ch_objects_fifo Struct Reference

Type of an objects FIFO. More...

#include <chfifo.h>

Collaboration diagram for ch_objects_fifo:
Collaboration graph

Data Fields

guarded_memory_pool_t free
 Pool of the free objects. More...
 
mailbox_t mbx
 Mailbox of the sent objects. More...
 

Detailed Description

Type of an objects FIFO.

Definition at line 84 of file chfifo.h.

Field Documentation