|
Prusa MINI Firmware overview
|
#include <cmsis_os.h>

Public Attributes | |
| 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.
| uint32_t os_pool_def::pool_sz |
number of items (elements) in the pool
| uint32_t os_pool_def::item_sz |
size of an item
| void* os_pool_def::pool |
pointer to memory for pool