SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
stk_rwmutex_mem_t Struct Reference

Opaque memory container for an RWMutex instance. More...

#include <stk_c.h>

Public Attributes

stk_word_t data [(17+((0) ? 3 :0))]

Detailed Description

Opaque memory container for an RWMutex instance.

Examples
D:/SVN/private/stk/interop/c/include/stk_c.h.

Definition at line 941 of file stk_c.h.

Member Data Documentation

◆ data

stk_word_t stk_rwmutex_mem_t::data[(17+((0) ? 3 :0))]
Examples
D:/SVN/private/stk/interop/c/include/stk_c.h.

Definition at line 942 of file stk_c.h.

Referenced by stk_rwmutex_create().


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