ChibiOS/RT  6.0.3
ch_binary_semaphore Struct Reference

Binary semaphore type. More...

#include <chbsem.h>

Inheritance diagram for ch_binary_semaphore:
Inheritance graph
Collaboration diagram for ch_binary_semaphore:
Collaboration graph

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...
 

Detailed Description

Binary semaphore type.

Definition at line 75 of file chbsem.h.