Mistake on this page?
Report an issue in GitHub or email us
Data Fields
os_mailQ_def Struct Reference

Definition structure for mail queue. More...

#include <cmsis_os.h>

Data Fields

uint32_t queue_sz
 number of elements in the queue More...
 
uint32_t item_sz
 size of an item More...
 
void * mail
 pointer to mail More...
 
osMemoryPoolAttr_t mp_attr
 memory pool attributes More...
 
osMessageQueueAttr_t mq_attr
 message queue attributes More...
 

Detailed Description

Definition structure for mail queue.

Definition at line 363 of file cmsis_os.h.

Field Documentation

uint32_t item_sz

size of an item

Definition at line 365 of file cmsis_os.h.

void* mail

pointer to mail

Definition at line 366 of file cmsis_os.h.

memory pool attributes

Definition at line 367 of file cmsis_os.h.

message queue attributes

Definition at line 368 of file cmsis_os.h.

uint32_t queue_sz

number of elements in the queue

Definition at line 364 of file cmsis_os.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.