|
ChibiOS/RT 7.0.6
|
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 265 of file chfactory.h.
| dyn_element_t ch_dyn_pipe::element |
List element of the dynamic pipe object.
Definition at line 269 of file chfactory.h.
Referenced by chFactoryReleasePipe().
| pipe_t ch_dyn_pipe::pipe |
The pipe.
Definition at line 273 of file chfactory.h.
Referenced by chFactoryCreatePipe(), and chFactoryGetPipe().