ChibiOS  21.6.0
ch_dyn_mailbox Struct Reference

Type of a dynamic buffer object. More...

#include <chfactory.h>

Collaboration diagram for ch_dyn_mailbox:
Collaboration graph

Data Fields

dyn_element_t element
 List element of the dynamic buffer object. More...
 
mailbox_t mbx
 The mailbox. More...
 

Detailed Description

Type of a dynamic buffer object.

Definition at line 241 of file chfactory.h.

Field Documentation

◆ element

dyn_element_t ch_dyn_mailbox::element

List element of the dynamic buffer object.

Definition at line 245 of file chfactory.h.

◆ mbx

mailbox_t ch_dyn_mailbox::mbx

The mailbox.

Definition at line 249 of file chfactory.h.

Referenced by chFactoryGetMailbox().