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

Message Queue Control Block. More...

#include <rtx_os.h>

Data Fields

uint8_t id
 Object Identifier. More...
 
uint8_t reserved_state
 Object State (not used) More...
 
uint8_t flags
 Object Flags. More...
 
const char * name
 Object Name. More...
 
osRtxThread_tthread_list
 Waiting Threads List. More...
 
osRtxMpInfo_t mp_info
 Memory Pool Info. More...
 
uint32_t msg_size
 Message Size. More...
 
uint32_t msg_count
 Number of queued Messages. More...
 
osRtxMessage_tmsg_first
 Pointer to first Message. More...
 
osRtxMessage_tmsg_last
 Pointer to last Message. More...
 

Detailed Description

Message Queue Control Block.

Definition at line 247 of file rtx_os.h.

Field Documentation

uint8_t flags

Object Flags.

Definition at line 250 of file rtx_os.h.

uint8_t id

Object Identifier.

Definition at line 248 of file rtx_os.h.

osRtxMpInfo_t mp_info

Memory Pool Info.

Definition at line 254 of file rtx_os.h.

uint32_t msg_count

Number of queued Messages.

Definition at line 256 of file rtx_os.h.

osRtxMessage_t* msg_first

Pointer to first Message.

Definition at line 257 of file rtx_os.h.

osRtxMessage_t* msg_last

Pointer to last Message.

Definition at line 258 of file rtx_os.h.

uint32_t msg_size

Message Size.

Definition at line 255 of file rtx_os.h.

const char* name

Object Name.

Definition at line 252 of file rtx_os.h.

uint8_t reserved_state

Object State (not used)

Definition at line 249 of file rtx_os.h.

osRtxThread_t* thread_list

Waiting Threads List.

Definition at line 253 of file rtx_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.