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

Message 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...
 
uint8_t priority
 Message Priority. More...
 
struct osRtxMessage_sprev
 Pointer to previous Message. More...
 
struct osRtxMessage_snext
 Pointer to next Message. More...
 

Detailed Description

Message Control Block.

Definition at line 237 of file rtx_os.h.

Field Documentation

uint8_t flags

Object Flags.

Definition at line 240 of file rtx_os.h.

uint8_t id

Object Identifier.

Definition at line 238 of file rtx_os.h.

struct osRtxMessage_s* next

Pointer to next Message.

Definition at line 243 of file rtx_os.h.

struct osRtxMessage_s* prev

Pointer to previous Message.

Definition at line 242 of file rtx_os.h.

uint8_t priority

Message Priority.

Definition at line 241 of file rtx_os.h.

uint8_t reserved_state

Object State (not used)

Definition at line 239 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.