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. | |
Memory pool attributes.
Initialise this structure with os_mempool_attr_init()
and then set any of the individual members directly.
Definition at line 1197 of file os-c-decls.h.
void* os_mempool_attr_s::clock |
Pointer to clock object instance.
Definition at line 1202 of file os-c-decls.h.
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.
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.