|
ChibiOS 21.11.4
|
Type of a dynamic buffer object. More...
#include <chfactory.h>

Data Fields | |
| dyn_element_t | element |
| List element of the dynamic buffer object. | |
| mailbox_t | mbx |
| The mailbox. | |
Type of a dynamic buffer object.
Definition at line 241 of file chfactory.h.
| dyn_element_t ch_dyn_mailbox::element |
List element of the dynamic buffer object.
Definition at line 245 of file chfactory.h.
Referenced by chFactoryReleaseMailbox().
| mailbox_t ch_dyn_mailbox::mbx |
The mailbox.
Definition at line 249 of file chfactory.h.
Referenced by chFactoryCreateMailbox(), and chFactoryGetMailbox().