ChibiOS/RT
6.0.3
|
Binary semaphore type. More...
#include <chbsem.h>
Additional Inherited Members | |
Data Fields inherited from ch_semaphore | |
threads_queue_t | queue |
Queue of the threads sleeping on this semaphore. More... | |
cnt_t | cnt |
The semaphore counter. More... | |