ChibiOS/RT  6.0.3
ch_dyn_semaphore Struct Reference

Type of a dynamic semaphore. More...

#include <chfactory.h>

Collaboration diagram for ch_dyn_semaphore:
Collaboration graph

Data Fields

dyn_element_t element
 List element of the dynamic semaphore. More...
 
semaphore_t sem
 The semaphore. More...
 

Detailed Description

Type of a dynamic semaphore.

Definition at line 232 of file chfactory.h.

Field Documentation

dyn_element_t ch_dyn_semaphore::element

List element of the dynamic semaphore.

Definition at line 236 of file chfactory.h.

Referenced by chFactoryReleaseSemaphore().

semaphore_t ch_dyn_semaphore::sem

The semaphore.

Definition at line 240 of file chfactory.h.

Referenced by chFactoryCreateSemaphore(), and chFactoryGetSemaphore().