|
R_RTOS
0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
|
Identifier for a message queue participant. More...
#include <R_RTOS_inc.h>
Data Fields | |
| uint16_t | fullID |
| The whole id containing upper and lower byte. | |
| uint8_t | snglID [2] |
| The two separate bytes of the id. | |
Identifier for a message queue participant.
Due to the distinction between user/task level and system level the id for a message queue participant is split. The lower byte is reserved for user/task ids whereas the upper byte serves as the system id.