µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os_semaphore_s Struct Reference

Semaphore object storage. More...

#include <cmsis-plus/rtos/os-c-api.h>

Detailed Description

Semaphore object storage.

This C structure has the same size as the C++ os::rtos::semaphore object and must be initialised with os_semaphore_create().

Later on a pointer to it can be used both in C and C++ to refer to the semaphore object instance.

The members of this structure are hidden and should not be used directly, but only through specific functions.

See also
os::rtos::semaphore

Definition at line 1142 of file os-c-decls.h.


The documentation for this struct was generated from the following file: