ChibiOS 21.11.4
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.
mailbox_t mbx
 The mailbox.

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.

Referenced by chFactoryReleaseMailbox().

◆ mbx

mailbox_t ch_dyn_mailbox::mbx

The mailbox.

Definition at line 249 of file chfactory.h.

Referenced by chFactoryCreateMailbox(), and chFactoryGetMailbox().