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

Event flags attributes. More...

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

Public Attributes

void * clock
 Pointer to clock object instance.
 

Detailed Description

Event flags attributes.

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

See also
os::rtos::event_flags::attributes

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

Member Data Documentation

◆ clock

void* os_evflags_attr_s::clock

Pointer to clock object instance.

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


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