Go to the source code of this file.
◆ OS_PRIORITY_APPMAX
| #define OS_PRIORITY_APPMAX 127 |
◆ OS_PRIORITY_IDLE
| #define OS_PRIORITY_IDLE 0 |
◆ OS_PRIORITY_MAX
| #define OS_PRIORITY_MAX 255 |
◆ OS_PRIORITY_PIMGR
| #define OS_PRIORITY_PIMGR 150 |
◆ OS_PRIORITY_RMON
| #define OS_PRIORITY_RMON 250 |
◆ OS_PRIORITY_RMONSPIN
| #define OS_PRIORITY_RMONSPIN 200 |
◆ OS_PRIORITY_SIMGR
| #define OS_PRIORITY_SIMGR 140 |
◆ OS_PRIORITY_VIMGR
| #define OS_PRIORITY_VIMGR 254 |
◆ OS_STATE_RUNNABLE
| #define OS_STATE_RUNNABLE 2 |
◆ OS_STATE_RUNNING
| #define OS_STATE_RUNNING 4 |
◆ OS_STATE_STOPPED
| #define OS_STATE_STOPPED 1 |
◆ OS_STATE_WAITING
| #define OS_STATE_WAITING 8 |
◆ OSId
◆ OSPri
◆ OSThread
◆ osCreateThread()
◆ osGetThreadId()
◆ osGetThreadPri()
◆ osSetThreadPri()
◆ osStartThread()
◆ osStopThread()