R_RTOS
0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
|
Struct for Mutex maintenance. More...
#include <R_RTOS_inc.h>
Data Fields | |
TskID | mtxQStrtTskID |
TskID of the first task in the waiting queue. | |
TskID | mtxOccTskID |
TskID of the task currently occupying the Mutex. | |
Struct for Mutex maintenance.
Contains information about the Mutex.