ChibiOS  21.6.0
ch_dyn_pipe Struct Reference

Type of a dynamic pipe object. More...

#include <chfactory.h>

Collaboration diagram for ch_dyn_pipe:
Collaboration graph

Data Fields

dyn_element_t element
 List element of the dynamic pipe object. More...
 
pipe_t pipe
 The pipe. More...
 

Detailed Description

Type of a dynamic pipe object.

Definition at line 273 of file chfactory.h.

Field Documentation

◆ element

dyn_element_t ch_dyn_pipe::element

List element of the dynamic pipe object.

Definition at line 277 of file chfactory.h.

◆ pipe

pipe_t ch_dyn_pipe::pipe

The pipe.

Definition at line 281 of file chfactory.h.

Referenced by chFactoryGetPipe().