STM CMSIS
os_mailQ_def Struct Reference

#include <cmsis_os.h>

Public Attributes

uint32_t queue_sz
 number of elements in the queue
 
uint32_t item_sz
 size of an item
 
void * pool
 memory array for mail
 

Detailed Description

Definition structure for mail queue.

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

The documentation for this struct was generated from the following file: