µ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_def Struct Reference

Semaphore definition structure contains setup information for a semaphore. More...

#include <cmsis_os.h>

Public Attributes

osSemaphoredata
 
const char * name
 

Detailed Description

Semaphore definition structure contains setup information for a semaphore.

Note
CAN BE CHANGED: os_semaphore_def is implementation specific in every CMSIS-RTOS.

Definition at line 314 of file cmsis_os.h.

Member Data Documentation

◆ data

osSemaphore* os_semaphore_def::data

Definition at line 317 of file cmsis_os.h.

◆ name

const char* os_semaphore_def::name

Definition at line 316 of file cmsis_os.h.


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