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. | |
Initialise this structure with os_mempool_attr_init() and then set any of the individual members directly.
Definition at line 1196 of file os-c-decls.h.
| void* os_mempool_attr_s::clock |
Definition at line 1201 of file os-c-decls.h.
| void* os_mempool_attr_s::mp_pool_address |
Definition at line 1206 of file os-c-decls.h.
| size_t os_mempool_attr_s::mp_pool_size_bytes |
Definition at line 1211 of file os-c-decls.h.