STM CMSIS
os_pool_def Struct Reference

#include <cmsis_os.h>

Public Attributes

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.

The documentation for this struct was generated from the following file: