R_RTOS  0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
evtStruc Struct Reference

Struct for Event maintenance. More...

#include <R_RTOS_inc.h>

Data Fields

EVTQSlots evtQ_Slots
 MASK CONTAINING BITS INDICATING IF A SLOT IN THE EVENT QUEUE IS AVAILABLE OR TAKEN.
 
TskID evtObjs [EVT_QUEUE_SIZE]
 EVENT QUEUE CONTAINING THE TASK IDS OF THE TASK HOLDING THE EVENT OBJECT REFERENCING THIS EVENT.
 

Detailed Description

Struct for Event maintenance.

Contains information about the event.

Note
The design limits the number of entities, which can be notified by the event, to 32.

The documentation for this struct was generated from the following file: