代码搜索结果
找到约 4,874 项符合
RTOS 的代码
ex1.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0004 // Tools: 'ARM-ADS'
Group (ARM)
Group (Small RTOS)
Group (Target)
Group (use)
File 1,1,
serialout.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0004 // Tools: 'ARM-ADS'
Group (ARM)
Group (Small RTOS)
Group (Target)
Group (use)
File 1,1,
serialin.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0004 // Tools: 'ARM-ADS'
Group (ARM)
Group (Small RTOS)
Group (Target)
Group (use)
File 1,1,
ex3.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0004 // Tools: 'ARM-ADS'
Group (ARM)
Group (Small RTOS)
Group (Target)
Group (use)
File 1,1,
ex2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0004 // Tools: 'ARM-ADS'
Group (ARM)
Group (Small RTOS)
Group (Target)
Group (use)
File 1,1,
irq.h
/* INTERRUPT CONTROLLER */
#define FIQ_SOURCE_BIT 0x00000001
#define SWI_BIT 0x00000002
#define RTOS_TIMER_BIT 0x00000004
#define GP_TIMER_BIT 0x00000008
irq.h
/* INTERRUPT CONTROLLER */
#define FIQ_SOURCE_BIT 0x00000001
#define SWI_BIT 0x00000002
#define RTOS_TIMER_BIT 0x00000004
#define GP_TIMER_BIT 0x00000008
task_nuc.h
#ifndef _TASK_NUCLEUS_H
#define _TASK_NUCLEUS_H
#define TEST_DRVIVER_DEVS
#ifdef _NUCLEUS_RTOS
#include
#include
#include
#include "PLUS\NUCLEUS.H"
#endif
mxavr.c
//************************************************
//
// MX RTOS AVR 嵌入式操作系统 V1.10 C 内核文件
// 作者:罗国祥 DEF edisonluo@sina.com
// 本人收回本内核所有权
// 2004年3月1日
//***********************
os_cpu.s
;************************************************
;
; MX RTOS AVR 嵌入式操作系统 V1.10 汇编 内核文件
; 作者:罗国祥 DEF edisonluo@sina.com
; 本人收回本内核所有权
; 2004年3月1日
;
;***********************************