CooCox 1.1.4 on mbed with simple blinky example

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers OsCore.h Source File

OsCore.h

Go to the documentation of this file.
00001 /**
00002  *******************************************************************************
00003  * @file       OsCore.h
00004  * @version    V1.1.4    
00005  * @date       2011.04.20
00006  * @brief      Header file  related to kernel   
00007  *******************************************************************************
00008  * @copy
00009  *
00010  * INTERNAL FILE,DON'T PUBLIC.
00011  * 
00012  * <h2><center>&copy; COPYRIGHT 2009 CooCox </center></h2>
00013  *******************************************************************************
00014  */ 
00015 
00016 
00017 #ifndef _CORE_H
00018 #define _CORE_H
00019 
00020 #include <CoOS.h>
00021 
00022 
00023 #define  OsSchedLock()  OSSchedLock++;      /*!< Lock schedule                */
00024 extern   void OsSchedUnlock(void);
00025 
00026 #endif
00027