![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Macros | |
| #define | MICRIUM_SOURCE |
Functions | |
| void | App_OS_SetAllHooks (void) |
| void | App_OS_ClrAllHooks (void) |
| void | App_OS_TaskCreateHook (OS_TCB *p_tcb) |
| void | App_OS_TaskDelHook (OS_TCB *p_tcb) |
| void | App_OS_TaskReturnHook (OS_TCB *p_tcb) |
| void | App_OS_IdleTaskHook (void) |
| void | App_OS_InitHook (void) |
| void | App_OS_StatTaskHook (void) |
| void | App_OS_TaskSwHook (void) |
| void | App_OS_TimeTickHook (void) |
| #define MICRIUM_SOURCE |
Definition at line 33 of file os_app_hooks.c.
| void App_OS_ClrAllHooks | ( | void | ) |
Definition at line 82 of file os_app_hooks.c.
| void App_OS_IdleTaskHook | ( | void | ) |
Definition at line 170 of file os_app_hooks.c.
| void App_OS_InitHook | ( | void | ) |
Definition at line 188 of file os_app_hooks.c.
| void App_OS_SetAllHooks | ( | void | ) |
Definition at line 50 of file os_app_hooks.c.
| void App_OS_StatTaskHook | ( | void | ) |
Definition at line 207 of file os_app_hooks.c.
| void App_OS_TaskCreateHook | ( | OS_TCB * | p_tcb | ) |
Definition at line 114 of file os_app_hooks.c.
| void App_OS_TaskDelHook | ( | OS_TCB * | p_tcb | ) |
Definition at line 132 of file os_app_hooks.c.
| void App_OS_TaskReturnHook | ( | OS_TCB * | p_tcb | ) |
Definition at line 151 of file os_app_hooks.c.
| void App_OS_TaskSwHook | ( | void | ) |
Definition at line 229 of file os_app_hooks.c.
| void App_OS_TimeTickHook | ( | void | ) |
Definition at line 247 of file os_app_hooks.c.