R_RTOS
0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
|
Struct for semaphore maintenance. More...
#include <R_RTOS_inc.h>
Data Structures | |
union | semSignalUnion |
Signaling counter for each type of semaphore. More... | |
Data Fields | |
uint8_t | tskReferences [SEM_NR_OF_TSK_REF_BYTES] |
Mask for all tasks referenced by the semaphore. | |
TskPrio | prioInheritPrio |
Initial priority of the task currently occupying the semaphore. | |
SemType | semType |
Indicates the type of semaphore (binary or counting) | |
SemCntr | maxCntrVal |
Maximum Counter value assigned at the initialization of the Semaphore. | |
Struct for semaphore maintenance.
Contains information about the semaphore.