Search Code
About CoOS

Published 03 Dec 2010.

Last change message: Some basic LED-Flashing works in the CoOS-RTOS using Tasks

Import this program

CoOS

Published 03 Dec 2010, by   user Eric Ebert   tag CoOS, rtos
Embed: (wiki syntax)

« Back to documentation index

OsCore.h File Reference

OsCore.h File Reference

Header file related to kernel. More...

Go to the source code of this file.

Defines

#define OsSchedLock()   OSSchedLock++;

Functions

void OsSchedUnlock (void)
 Unlock schedule.

Detailed Description

Header file related to kernel.

Version:
V1.1.3
Date:
2010.04.26

INTERNAL FILE,DON'T PUBLIC.

© COPYRIGHT 2009 CooCox

Definition in file OsCore.h.


Define Documentation

#define OsSchedLock (  )    OSSchedLock++;

Lock schedule

Definition at line 23 of file OsCore.h.


Function Documentation

void OsSchedUnlock ( void   )

Unlock schedule.

Parameters:
[in]None
[out]None
Return values:
None
Description

This function is called to unlock schedule(i.e.enable schedule again)

Note:

Definition at line 88 of file core.c.