SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
FrtosEventGroup Struct Reference
Collaboration diagram for FrtosEventGroup:

Public Member Functions

 FrtosEventGroup ()

Public Attributes

stk::sync::EventFlags m_ef
bool m_cb_owned

Detailed Description

Definition at line 902 of file freertos_stk.cpp.

Constructor & Destructor Documentation

◆ FrtosEventGroup()

FrtosEventGroup::FrtosEventGroup ( )
inlineexplicit

Definition at line 904 of file freertos_stk.cpp.

904 : m_ef(0U), m_cb_owned(true)
905 {}
stk::sync::EventFlags m_ef

References m_cb_owned, and m_ef.

Member Data Documentation

◆ m_cb_owned

bool FrtosEventGroup::m_cb_owned

Definition at line 908 of file freertos_stk.cpp.

Referenced by FrtosEventGroup(), and xEventGroupCreateStatic().

◆ m_ef

stk::sync::EventFlags FrtosEventGroup::m_ef

Definition at line 907 of file freertos_stk.cpp.

Referenced by FrtosEventGroup(), xEventGroupGetBits(), and xEventGroupSync().


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