#include <trtos.h>
Inheritance diagram for trtOs:

Public Member Functions | |
| trtOs () | |
| ~trtOs () | |
| osTask * | createTask (void(*f)(void *), void *arg) |
| osMutex * | createMutex (bool locked=false) |
| osSemaphore * | createSemaphore (int credit=0) |
|
|
Definition at line 32 of file trtos.cc. References os, trt_init(), trt_onidle(), and trt_trap(). |
|
|
|
|
|
Implements Os. |
|
|
Implements Os. |
|
||||||||||||
|
Implements Os. |
1.3.2