|
R_RTOS
0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
|
Unified specialized SyncEle Handles. More...
#include <R_RTOS_inc.h>
Data Structures | |
| struct | evtSyncEle |
| Event syncEleStruc::syncEleHandle. More... | |
| struct | mntrSyncEle |
| Monitor syncEleStruc::syncEleHandle. More... | |
| struct | mtxSyncEle |
| Mutex syncEleStruc::syncEleHandle. More... | |
| struct | semSyncEle |
| Semaphore syncEleStruc::syncEleHandle. More... | |
| struct | tmrSyncEle |
| Timer syncEleStruc::syncEleHandle. More... | |
Unified specialized SyncEle Handles.
Every synchronization mechanism has its own 4 byte structure in this union. The structure is used to keep data specific to the synchronization mechanism.
| Handles | Description |
|---|---|
| EvtSyncEle | Event object for synchronization with event flags |
| TmrSyncEle | Timer object for synchronization with software timers |
| SemSyncEle | Semaphore object for synchronization with semaphores |
| MntrSyncEle | Monitor object for synchronization with monitors |