µOS++ IIIe Reference  v6.3.15
“Perfekt ist nicht gut genug”
The third edition of µOS++, a POSIX inspired open source system, written in C++.
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. More...
 
void * mp_pool_address
 Pointer to user provided memory pool area. More...
 
size_t mp_pool_size_bytes
 Size of user provided memory pool area, in bytes. More...
 

Detailed Description

Memory pool attributes.

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 1165 of file os-c-decls.h.

Member Data Documentation

◆ clock

void* os_mempool_attr_s::clock

Pointer to clock object instance.

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

◆ mp_pool_address

void* os_mempool_attr_s::mp_pool_address

Pointer to user provided memory pool area.

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

◆ mp_pool_size_bytes

size_t os_mempool_attr_s::mp_pool_size_bytes

Size of user provided memory pool area, in bytes.

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


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