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

Memory resource object storage. More...

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

Public Attributes

char dummy
 

Detailed Description

Memory resource object storage.

A pointer to this structure can be used as a pointer to the os::rtos::memory::memory_resource object.

The members of this structure are hidden and should not be used directly, but only through specific functions.

See also
os::rtos::memory::memory_resource

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

Member Data Documentation

◆ dummy

char os_memory_s::dummy

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


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