R_RTOS
0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
|
#include "R_RTOS_inc.h"
Go to the source code of this file.
Functions | |
RetCode | __initOS (void) |
Initialize the operating system. More... | |
void | tskIdle (void) |
IDLE Task, that must always be ready to run and must not finish execution. More... | |
void | tsk_EndTheTask (void) |
Default function to be jumped to after a task finished its execution. More... | |
RetCode | SVC_HandlerMain (uint32_t *svc_args) |
Is called by the SVC Exception. More... | |
void | updateTimersAfterSleep (void) |
Updates all used timers after a wake up. More... | |