µ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

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

Member Data Documentation

◆ clock

void* os_mempool_attr_s::clock

Pointer to clock object instance.

Definition at line 1202 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 1207 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 1212 of file os-c-decls.h.


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