CMSIS-RTOS RTX
Version 4.51
CMSIS-RTOS RTX: Real-Time Operating System for Cortex-M processor-based devices
|
Definition structure for memory block allocation. More...
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 | |
uint32_t item_sz |
void* pool |
uint32_t pool_sz |