Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
OsCore.h
00001 /** 00002 ******************************************************************************* 00003 * @file OsCore.h 00004 * @version V1.1.3 00005 * @date 2010.04.26 00006 * @brief Header file related to kernel 00007 ******************************************************************************* 00008 * @copy 00009 * 00010 * INTERNAL FILE,DON'T PUBLIC. 00011 * 00012 * <h2><center>© 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
Generated on Tue Jul 12 2022 15:09:51 by
1.7.2