ChibiOS/RT  6.0.3
ch_objects_fifo Struct Reference

Type of an objects FIFO. More...

#include <chobjfifos.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 80 of file chobjfifos.h.

Field Documentation