CMSIS-RTOS RTX
Version 4.80
CMSIS-RTOS RTX: Real-Time Operating System for Cortex-M processor-based devices
Main Page
Usage and Description
Reference
Data Structures
Data Structure Index
Data Fields
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
Data Fields
osPoolDef_t Struct Reference
Definition structure for memory block allocation.
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
Field Documentation
uint32_t item_sz
void* pool
uint32_t pool_sz
osPoolDef_t
Generated on Tue Oct 27 2015 14:35:45 for CMSIS-RTOS RTX by ARM Ltd. All rights reserved.