ChibiOS 21.11.4
ch_dyn_element Struct Reference

Type of a dynamic object list element. More...

#include <chfactory.h>

Collaboration diagram for ch_dyn_element:
Collaboration graph

Data Fields

struct ch_dyn_elementnext
 Next dynamic object in the list.
ucnt_t refs
 Number of references to this object.
char name [CH_CFG_FACTORY_MAX_NAMES_LENGTH]

Detailed Description

Type of a dynamic object list element.

Definition at line 169 of file chfactory.h.

Field Documentation

◆ next

struct ch_dyn_element* ch_dyn_element::next

◆ refs

◆ name

char ch_dyn_element::name[CH_CFG_FACTORY_MAX_NAMES_LENGTH]

Definition at line 179 of file chfactory.h.

Referenced by dyn_create_object_heap(), dyn_create_object_pool(), and dyn_list_find().