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

Condition variable attributes. More...

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

Public Attributes

void * clock
 Pointer to clock object instance.
 

Detailed Description

Condition variable attributes.

Initialise this structure with os_condvar_attr_init() and then set any of the individual members directly.

See also
os::rtos::condition_variable::attributes

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

Member Data Documentation

◆ clock

void* os_condvar_attr_s::clock

Pointer to clock object instance.

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


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