Published 03 Dec 2010, by
Eric Ebert
CoOS,
rtos
hook management implementation code of CooCox CoOS kernel.
More...
Go to the source code of this file.
Detailed Description
hook management implementation code of CooCox CoOS kernel.
- Version:
- V1.1.3
- Date:
- 2010.04.26
INTERNAL FILE,DON'T PUBLIC.
© COPYRIGHT 2009 CooCox
Definition in file hook.c.
Function Documentation
| void CoIdleTask |
( |
void * |
pdata ) |
|
IDLE task of OS.
- Parameters:
-
| [in] | pdata | The parameter passed to IDLE task. |
| [out] | None | |
- Return values:
-
- Description
This function is system IDLE task code.
Definition at line 31 of file hook.c.
| void CoStkOverflowHook |
( |
OS_TID |
taskID ) |
|
Hook for stack overflow.
- Parameters:
-
| [in] | taskID | Piont to the task which lead to stack overflow. |
| [out] | None | |
- Return values:
-
- Description
This function is a hook for stack overflow.
Definition at line 52 of file hook.c.