Prusa MINI Firmware overview
os_pool_def Struct Reference

#include <cmsis_os.h>

Collaboration diagram for os_pool_def:

Public Attributes

uint32_t pool_sz
 number of items (elements) in the pool More...
 
uint32_t item_sz
 size of an item More...
 
voidpool
 pointer to memory for pool More...
 

Detailed Description

Definition structure for memory block allocation.

Note
CAN BE CHANGED: os_pool_def is implementation specific in every CMSIS-RTOS.

Member Data Documentation

◆ pool_sz

uint32_t os_pool_def::pool_sz

number of items (elements) in the pool

◆ item_sz

uint32_t os_pool_def::item_sz

size of an item

◆ pool

void* os_pool_def::pool

pointer to memory for pool