13 #ifndef HEADERS_R_RTOS_SYSTEM_H_ 14 #define HEADERS_R_RTOS_SYSTEM_H_ void tskIdle(void)
IDLE Task, that must always be ready to run and must not finish execution.
Definition: R_RTOS_system.c:148
void tsk_EndTheTask(void)
Default function to be jumped to after a task finished its execution.
Definition: R_RTOS_system.c:181
Defines, Typedefs and Macros for the whole system.
void updateTimersAfterSleep(void)
Updates all used timers after a wake up.
uint8_t RetCode
Return codes for functions.
Definition: R_RTOS_inc.h:1424
RetCode __initOS(void)
Initialize the operating system.
Definition: R_RTOS_system.c:82
RetCode SVC_HandlerMain(uint32_t *svc_args)
Is called by the SVC Exception.
Definition: R_RTOS_system.c:189