资源简介
Ucosii官方完整未修改源码 以及 中文注释源码,仅供大家参考。
代码片段和文件信息
/*
*********************************************************************************************************
* 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
相关资源
- Linux+wdcp+rtmp搭建直播平台方案
- linux设备驱动详解视频地址宋宝华
- 宋宝华linux驱动视频
- 后盾网Linux视频教程48集
- 华表5.3 破 解 可用版本
- 英文原版-UNIX Operating System 1st Edition
- 英文原版-Programming Windows 5th Edition
- 英文原版-Bash Pocket Reference 2nd Edition
- VisualStudio2008各版本的密钥
- Delphi in depth FireDAC.pdf
- ov7670摄像头使用浅谈
- RHCA RH442_Part1
- Feedback Control of Dynamic Systems(7th Edit
- Understanding_the_Linux_Kernel
- 三星出的uboot源代码
- Active Directory Cookbook 3rd Edition
- 新型数据中心防火墙
- Listary Pro 破解最新版
- Allway Sync Pro 10.5.8注册码 序列号 激活
- 百度文库破解软件
- winfrom自定义设计器源码
- 操作系统哲学家就餐问题(界面+源码
- 康耐视电子表格实战
- getdata破解补丁
- 一键反修复远程桌面.rar
- STM32F407ZGT6实现HAL库硬件I2C读写EEPROM功
- arcGis10.2
- PS技术 在学校里 学三年 也学不到这么
- Hi3520D300 硬件设计用户指南
- Hi3536 Linux开发环境用户指南
评论
共有 条评论