![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#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... | |
void * | pool |
pointer to memory for pool More... | |
Definition structure for memory block allocation.
Definition at line 358 of file cmsis_os.h.
uint32_t item_sz |
size of an item
Definition at line 360 of file cmsis_os.h.
void* pool |
pointer to memory for pool
Definition at line 361 of file cmsis_os.h.
uint32_t pool_sz |
number of items (elements) in the pool
Definition at line 359 of file cmsis_os.h.