![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Macros | |
| #define | OS_CPU_EXT extern |
| #define | OS_TASK_SW() OSCtxSw() |
| #define | OS_TS_GET() (CPU_TS)0u |
| #define | OS_CPU_CFG_SYSTICK_PRIO 0u |
Functions | |
| void | OSCtxSw (void) |
| void | OSIntCtxSw (void) |
| void | OSStartHighRdy (void) |
| void | OS_CPU_PendSVHandler (void) |
| void | OS_CPU_SysTickHandler (void) |
| void | OS_CPU_SysTickInit (CPU_INT32U cnts) |
Variables | |
| OS_CPU_EXT CPU_STK * | OS_CPU_ExceptStkBase |
| void OS_CPU_PendSVHandler | ( | void | ) |
| void OS_CPU_SysTickHandler | ( | void | ) |
Definition at line 372 of file os_cpu_c_m0.c.
| void OS_CPU_SysTickInit | ( | CPU_INT32U | cnts | ) |
Definition at line 400 of file os_cpu_c_m0.c.
| void OSCtxSw | ( | void | ) |
| void OSIntCtxSw | ( | void | ) |
| void OSStartHighRdy | ( | void | ) |
| OS_CPU_EXT CPU_STK* OS_CPU_ExceptStkBase |