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

Data Fields | |
| dyn_element_t | element |
| List element of the dynamic pipe object. | |
| pipe_t | pipe |
| The pipe. | |
Type of a dynamic pipe object.
Definition at line 273 of file chfactory.h.
| dyn_element_t ch_dyn_pipe::element |
List element of the dynamic pipe object.
Definition at line 277 of file chfactory.h.
Referenced by chFactoryReleasePipe().
| pipe_t ch_dyn_pipe::pipe |
The pipe.
Definition at line 281 of file chfactory.h.
Referenced by chFactoryCreatePipe(), and chFactoryGetPipe().