代码搜索结果
找到约 4,874 项符合
RTOS 的代码
rtos.wsdt
miRTOS/Debug
rtos.eww
$WS_DIR$\miRTOS.ewp
rtos.h
#include
#define OS_FREE_FLAG BIT0
#define OS_DEC_FLAG BIT1
#define OS_TASK_LOCK BIT2
#define OS_ClockSync
rtos.h
#define _Init 0
#define _KeyPad 1
//#define _AL260FuncX 2
#define _RepeatKeyDetection 3
#define _DecoderAndDetection 4
#define _IR_TimeOut 6
#define _Receive 5
#define _ClockTask 7
rtos.h
#ifndef RTOS_H_INCLUDED
#define RTOS_H_INCLUDED
/*
************************************************************************
*
rtos.pjt
;Codewright Project File (do not remove or modify this line)
[ProjInit]
ProjSetConfigFlags=0x00010960
[Files]
c:\sr489\next\soft\rtos\cl_defs.h
c:\sr489\next\soft\rtos\cl_extr.h
c:\sr489\next\
rtos.h
//-------------------------------------------------------------------------
// 文件名:RTOS.H
// 功能: ARM9上运行的微型操作系统(头文件)
// 备注:
//
//
// By Lisuwei
//------------------------------------