Go to the source code of this file.
Typedefs | |
| typedef INT8U | OS_STACK |
Functions | |
| void | OsCpuLoadContext (void) |
| void | OsCpuContextSwitch (void) |
| void | OsCpuContextSwitchIsr (void) |
| OS_STACK * | OsTaskStackInit (void(*Task)(void), OS_STACK *ptos) LargeReentrant |
Variables | |
| idata unsigned char | OsCpuStack [1] |
| INT16U data | OSTCBCur |
| INT16U data | OSTCBHighRdy |
| INT8U data | OSPrioCur |
| INT8U data | OSPrioHighRdy |
| void OsCpuContextSwitch | ( | void | ) |
| void OsCpuContextSwitchIsr | ( | void | ) |
| void OsCpuLoadContext | ( | void | ) |
| idata unsigned char OsCpuStack[1] |
Referenced by OsTaskStackInit().
| INT8U data OSPrioHighRdy |
Definition at line 14 of file os_cpu.a51.
Referenced by OsCoreScheduler(), and OsCoreSchedulerIsr().
INT16U data OSTCBHighRdy [read] |
Definition at line 16 of file os_cpu.a51.
Referenced by OsCoreScheduler(), and OsCoreSchedulerIsr().
1.5.6