CooCox 1.1.4 on mbed with simple blinky example

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

hook.c File Reference

hook.c File Reference

hook management implementation code of CooCox CoOS kernel. More...

Go to the source code of this file.

Functions

void CoIdleTask (void *pdata)
 IDLE task of OS.
void CoStkOverflowHook (OS_TID taskID)
 Hook for stack overflow.

Detailed Description

hook management implementation code of CooCox CoOS kernel.

Version:
V1.1.4
Date:
2011.04.20

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]pdataThe parameter passed to IDLE task.
[out]None
Return values:
None
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]taskIDPiont to the task which lead to stack overflow.
[out]None
Return values:
None
Description

This function is a hook for stack overflow.

Definition at line 52 of file hook.c.