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

Memory pool attributes. More...

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

Public Attributes

void * clock
 Pointer to clock object instance.
 
void * mp_pool_address
 Pointer to user provided memory pool area.
 
size_t mp_pool_size_bytes
 Size of user provided memory pool area, in bytes.
 

Detailed Description

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

See also
os::rtos::memory_pool::attributes

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

Member Data Documentation

◆ clock

void* os_mempool_attr_s::clock

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

◆ mp_pool_address

void* os_mempool_attr_s::mp_pool_address

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

◆ mp_pool_size_bytes

size_t os_mempool_attr_s::mp_pool_size_bytes

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


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