|
R_RTOS
0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
|
#include "R_RTOS_inc.h"#include "R_RTOS_events.h"#include "R_RTOS_memMngr.h"#include "R_RTOS_task.h"#include "R_RTOS_BitMagic.h"Functions | |
| void | os_SCHEDULE (void) |
| Schedules the next ready task according to its priority. More... | |
| void | evt_INIT (void) |
| Initialize the event service. More... | |
| RetCode | evt_WaitForEvts (PTskTCB const tsk, EVTQSlots evtMask, const SysTicks maxWaitTime) |
| Sets the task up to wait for the events specified by evtMask. More... | |
| RetCode | evt_SendEvt (const EvtNr evtNr) |
| Sends the event specified by evtNr to all entities in the corresponding event queue. More... | |
| RetCode | evt_GiveUpOnEvts (PTskTCB const tsk) |
| Removes the specified task from all event queues it was queued into. More... | |