Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-rtos by
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 | |
uint32_t | item_sz |
size of an item | |
void * | pool |
pointer to memory for pool |
Detailed Description
Definition structure for memory block allocation.
- Note:
- CAN BE CHANGED: os_pool_def is implementation specific in every CMSIS-RTOS.
Definition at line 269 of file cmsis_os.h.
Field Documentation
uint32_t item_sz |
size of an item
Definition at line 271 of file cmsis_os.h.
void* pool |
pointer to memory for pool
Definition at line 272 of file cmsis_os.h.
uint32_t pool_sz |
number of items (elements) in the pool
Definition at line 270 of file cmsis_os.h.
Generated on Wed Jul 13 2022 18:32:39 by
