ChibiOS/RT 7.0.5
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

Data Fields

semaphore_t sem
Data Fields inherited from ch_semaphore
ch_queue_t queue
 Queue of the threads sleeping on this semaphore.
cnt_t cnt
 The semaphore counter.

Detailed Description

Binary semaphore type.

Definition at line 75 of file chbsem.h.

Field Documentation

◆ sem