| ChibiOS/RT
    5.1.0
    | 
Type of a dynamic semaphore. More...
#include <chfactory.h>

| Data Fields | |
| dyn_element_t | element | 
| List element of the dynamic semaphore.  More... | |
| semaphore_t | sem | 
| The semaphore.  More... | |
Type of a dynamic semaphore.
Definition at line 214 of file chfactory.h.
| dyn_element_t ch_dyn_semaphore::element | 
List element of the dynamic semaphore.
Definition at line 218 of file chfactory.h.
Referenced by chFactoryReleaseSemaphore().
| semaphore_t ch_dyn_semaphore::sem | 
The semaphore.
Definition at line 222 of file chfactory.h.
Referenced by chFactoryCreateSemaphore(), and chFactoryGetSemaphore().