![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Functions | |
| void | OS_CSP_TickInit (void) |
| static void | prvSetupHardware (void) |
| static void | vLEDTask2 (void *p_arg) |
| static void | vUARTTask (void *p_arg) |
| static void | vLEDTask1 (void *p_arg) |
| int | main (void) |
| main routine for uC/OS-III blinky example | |
Variables | |
| static OS_TCB | vLEDTask1TCB |
| static OS_TCB | vLEDTask2TCB |
| static OS_TCB | vUARTTaskTCB |
| static CPU_STK | vLEDTask1Stk [APP_CFG_TASK_START_STK_SIZE] |
| static CPU_STK | vLEDTask2Stk [APP_CFG_TASK_START_STK_SIZE] |
| static CPU_STK | vUARTTaskStk [APP_CFG_TASK_START_STK_SIZE] |