⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 os_include.h

📁 在ARM7和UC/OSII的平台上实现了GPS自动报站的功能,涉及GPS模块LEA_4S的驱动,位置速寻算法,语音芯片ISD4004的录放音驱动,LED页面管理等等.从启动代码到操作系统的移植以及到业
💻 H
字号:
/* ChronOS Includes.h file for Samsung ARM port
 *
 * Copyright  2002 By InterNiche Technologies Inc. All rights reserved
 *
 * MODULE: SNDS300
 *
 * PORTABLE: no
 */

/* Include Samsung hardware definition for critcal section macros. */



#ifndef DEF_OS_INCLUDE
#define DEF_OS_INCLUDE

/* Uncomment ONE of these: */

#include    "system.h"
//#include    "config.h"
#include    "os_cfg.h"
#include    "os_cpu.h"
#include    "..\cosrc\chronos.h"
#include    "string.h"

#define     ARM_MODE_USER       0x10
#define     ARM_MODE_FIQ        0x11
#define     ARM_MODE_IRQ        0x12
#define     ARM_MODE_SVC        0x13
#define     ARM_MODE_ABORT      0x17
#define     ARM_MODE_UNDEF      0x1B
#define     ARM_MODE_SYS        0x1F

#define     I_BIT               0x80
#define     F_BIT               0x40
#define     T_BIT               0x20


#endif /* DEF_OS_INCLUDE */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -