代码搜索:H型风机
找到约 10,000 项符合「H型风机」的源代码
代码结果 10,000
www.eeworm.com/read/292109/8376823
h exio.h
#ifndef __EXIO_H__
#define __EXIO_H__
#define EXIOADDR (*(volatile unsigned short*)0xa000000) //bank5
extern unsigned short int EXIOReg;
#define SETEXIOBIT(bit) do{EXIOReg|=bit; EXIOADDR
www.eeworm.com/read/192522/8376830
h mmu.h
/************************************************
NAME : MMU.H
DESC :
Revision: 02.28.2002 ver 0.0
************************************************/
#include "2410slib.h"
#ifnd
www.eeworm.com/read/192522/8376831
h irq.h
/*
* linux/include/asm-arm/arch-s3c2400/irq.h
*
* Copyright (C) 2001 MIZI Research, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/292109/8376838
h includes.h
/* ChronOS Includes.h file for Samsung ARM port
*
* Copyright 2002 By InterNiche Technologies Inc. All rights reserved
*
* MODULE: SNDS300
*
* PORTABLE: no
*/
/* Include Samsung hard
www.eeworm.com/read/292109/8376841
h control.h
#ifndef __CONTROL_H__
#define __CONTROL_H__
#include "..\ucos-ii\includes.h" /* uC/OS interface */
#include "..\inc\drv\figure.h"
#include "..\inc\drv\display.h"
#include "..\ucos
www.eeworm.com/read/192522/8376842
h def.h
#ifndef __DEF_H__
#define __DEF_H__
#define U32 unsigned int
#define U16 unsigned short
#define S32 int
#define S16 short int
#define U8 unsigned char
#define S8 char
#define TRUE 1
www.eeworm.com/read/292109/8376845
h osaddtask.h
#ifndef __OSADDTASK_H__
#define __OSADDTASK_H__
#define OS_KeyBoard_Scan_Task 1
#define OS_Touch_Screen_Task 0
void OSAddTask_Init(void);
#endif
www.eeworm.com/read/292109/8376846
h osaddition.h
#include "..\ucos-ii\add\List.h"
#include "..\ucos-ii\add\osmessage.h"
#include "..\ucos-ii\add\Control.h"
#include "..\ucos-ii\add\OSAddTask.h"
www.eeworm.com/read/292109/8376848
h osmessage.h
#ifndef __OSMESSAGE_H__
#define __OSMESSAGE_H__
#include "def.h"
#include "..\ucos-ii\add\control.h"
#define OSMessageQSize 20
///////////////////////////Message struct////////////////////