资源简介
UcosII官方源码及中文注释.7z
代码片段和文件信息
/*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
* CORE FUNCTIONS
*
* (c) Copyright 1992-2009 Micrium Weston FL
* All Rights Reserved
*
* File : OS_CORE.C
* By : Jean J. Labrosse
* Version : V2.91
*
* LICENSING TERMS:
* ---------------
* uC/OS-II is provided in source form for FREE evaluation for educational use or for peaceful research.
* If you plan on using uC/OS-II in a commercial product you need to contact Micri祄 to properly license
* its use in your product. We provide ALL the source code for your convenience and to help you experience
* uC/OS-II. The fact that the source is provided does NOT mean that you can use it without paying a
* licensing fee.
*********************************************************************************************************
*/
#ifndef OS_MASTER_FILE
#define OS_GLOBALS
#include
#endif
/*
*********************************************************************************************************
* PRIORITY RESOLUTION TABLE
*
* Note: Index into table is bit pattern to resolve highest priority
* Indexed value corresponds to highest priority bit position (i.e. 0..7)
*********************************************************************************************************
*/
INT8U const OSUnMapTbl[256] = {
0u 0u 1u 0u 2u 0u 1u 0u 3u 0u 1u 0u 2u 0u 1u 0u /* 0x00 to 0x0F */
4u 0u 1u 0u 2u 0u 1u 0u 3u 0u 1u 0u 2u 0u 1u 0u /* 0x10 to 0x1F */
5u 0u 1u 0u 2u 0u 1u 0u 3u 0u 1u 0u 2u 0u 1u 0u /* 0x20 to 0x2F */
4u 0u 1u 0u 2u 0u 1u 0u 3u 0u 1u 0u 2u 0u 1u 0u /* 0x30 to 0x3F */
6u 0u 1u 0u 2u 0u 1u 0u 3u 0u 1u 0u 2u 0u 1u 0u /* 0x40 to 0x4F */
4u 0u 1u 0u 2u 0u 1u 0u 3u 0u 1u 0u 2u 0u 1u 0u /* 0x50 to 0x5F */
5u 0u 1u 0u 2u 0u 1u 0u 3u 0u 1u 0u 2u 0u 1u 0u /* 0x60 to 0x6F */
4u 0u 1u 0u 2u 0u 1u 0u 3u 0u 1u 0u 2u 0u 1u 0u /* 0x70 to 0x7F */
7u 0u 1u 0u 2u 0u 1u 0u 3u 0u 1u 0u 2u 0u 1u 0u /* 0x80 to 0x8F */
4u 0u 1u 0u 2u 0u 1u 0u 3u 0u 1u 0u 2u 0u 1u 0u /* 0x90 to 0x9F */
5u 0u 1u 0u 2u 0u 1u 0u 3u 0u 1u 0u 2u 0u 1u 0u /* 0xA0 to 0xAF */
4u 0u 1u 0u 2u 0u 1u 0u 3u 0u 1u 0u 2u 0u 1u 0u /* 0xB0 to 0xBF */
6u 0u 1u 0u 2u 0u 1u 0u 3u 0u 1u 0u 2u
相关资源
- 1730365atherosar9565xp驱动.zip
- OV7670摄像头使用浅谈.pdf
- 2217601TankWar1.8.14.rar
- TankWar.rar
- erydor.rar
- MvcApplication1.rar
- UML与设计模式.zip
- 2889642计算机组成原理试卷及答案(唐
- UDC(通用驱动配置)说明.pdf
- Rose_蝴蝶结.rar
- app-architecture-2018-05-14.pdf
-
syba
se15.7安装.doc - StrutsDemoOK.zip
- UM0492_STM32F103XX_永磁同步电机_PMSM_FOC软
- libdispatch-913.1.6.tar
- plant-simulation基础培训教程(中文)
- jokeqiao_10212302.zip
- IEEEdata.rar
- Joininthefun_1409312.zip
- 山东大学计算机组成原理课程设计源
- 你的灯亮着吗.rar
- TheEffectiveEngineer_Howto-EdmondLau.pdf
- ZJGallery-master.zip
- 1.rar100832
- 购物车模块.rar
- jieba-analysis-1.0.2.rar
- 20090425.rar
- ReBEL-0.2.7.rar
- 迅维网chinafix.com_LA-9535P.zip
- datasets_lr_utils.zip
评论
共有 条评论