资源简介
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
相关资源
- PID_AutoTune_v0.rar
- vspd7.2.308.zip
- 价值2k的H漫画小说系统
- Pythonamp;课堂amp;笔记(高淇amp;400;集第
- ddos压力测试工具99657
- UML建模大全
- 开源1A锂电池充电板TP4056原理图+PCB
- m1卡 ic卡可选择扇区初始化加密软件
- TSCC.exe
- FTP课程设计(服务端+客户端)
- 计算机图形学 边填充算法实现代码
- 电力系统潮流计算程序集合
- oracle数据迁移项目实施方案
- Web Api 通过文件流 文件到本地
- Visio图标-最新最全的网络通信图标库
- Spire API文档
- OpenGL参考手册
- Python中Numpy库最新教程
- SPD博士V5.3.exe
- 直流无刷电机方波驱动 stm32 例程代码
- layui后台管理模板
- 仿知乎界面小程序源代码
- 云平台-阿里云详细介绍
- photoshop经典1000例
- scratch垃圾分类源码(最终版本).sb
- IAR ARM 7.8破解
- TI CCS V5.4 安装步骤及破解文件
- 松下plc FP-XH的驱动
- 局域网硬件信息收集工具
- 加快Windows XP操作系统开机速度
评论
共有 条评论