ChibiOS/RT  6.0.3
ch_dyn_object Struct Reference

Type of a dynamic buffer object. More...

#include <chfactory.h>

Collaboration diagram for ch_dyn_object:
Collaboration graph

Data Fields

dyn_element_t element
 List element of the dynamic buffer object. More...
 
uint8_t buffer []
 The buffer. More...
 

Detailed Description

Type of a dynamic buffer object.

Definition at line 213 of file chfactory.h.

Field Documentation

dyn_element_t ch_dyn_object::element

List element of the dynamic buffer object.

Definition at line 217 of file chfactory.h.

Referenced by chFactoryReleaseBuffer().

uint8_t ch_dyn_object::buffer[]

The buffer.

Note
This requires C99.

Definition at line 223 of file chfactory.h.

Referenced by chFactoryCreateBuffer(), and chFactoryGetBuffer().