Mistake on this page?
Report an issue in GitHub or email us
Data Fields
os_pool_def Struct Reference

Definition structure for memory block allocation. More...

#include <cmsis_os.h>

Data Fields

uint32_t pool_sz
 number of items (elements) in the pool More...
 
uint32_t item_sz
 size of an item More...
 
osMemoryPoolAttr_t attr
 memory pool attributes More...
 

Detailed Description

Definition structure for memory block allocation.

Definition at line 335 of file cmsis_os.h.

Field Documentation

memory pool attributes

Definition at line 338 of file cmsis_os.h.

uint32_t item_sz

size of an item

Definition at line 337 of file cmsis_os.h.

uint32_t pool_sz

number of items (elements) in the pool

Definition at line 336 of file cmsis_os.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.