Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

osMemoryPoolAttr_t Struct Reference

osMemoryPoolAttr_t Struct Reference

Attributes structure for memory pool. More...

#include <cmsis_os2.h>

Data Fields

const char * name
 name of the memory pool
uint32_t attr_bits
 attribute bits
void * cb_mem
 memory for control block
uint32_t cb_size
 size of provided memory for control block
void * mp_mem
 memory for data storage
uint32_t mp_size
 size of provided memory for data storage

Detailed Description

Attributes structure for memory pool.

Definition at line 285 of file cmsis_os2.h.


Field Documentation

uint32_t attr_bits

attribute bits

Definition at line 287 of file cmsis_os2.h.

void * cb_mem

memory for control block

Definition at line 288 of file cmsis_os2.h.

uint32_t cb_size

size of provided memory for control block

Definition at line 289 of file cmsis_os2.h.

void * mp_mem

memory for data storage

Definition at line 290 of file cmsis_os2.h.

uint32_t mp_size

size of provided memory for data storage

Definition at line 291 of file cmsis_os2.h.

const char * name

name of the memory pool

Definition at line 286 of file cmsis_os2.h.