代码搜索:H型风机
找到约 10,000 项符合「H型风机」的源代码
代码结果 10,000
www.eeworm.com/read/192522/8376849
h hardware.h
/*
* linux/include/asm-arm/arch-s3c2410/hardware.h
*
* Copyright (C) 2002 MIZI Research, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/292109/8376850
h list.h
#ifndef __LIST_H__
#define __LIST_H__
#define OSListMemNum 1000
typedef struct typeList{ //系统控件的链表
struct typeList* pNextList;
struct typeList* pPreList;
void *pData;
}List,*PList;
vo
www.eeworm.com/read/192522/8376851
h bitfield.h
/*
* FILE bitfield.h
*
* Version 1.1
* Author Copyright (c) Marc A. Viredaz, 1998
* DEC Western Research Laboratory, Palo Alto, CA
* Date April 1998 (April 1997)
* System
www.eeworm.com/read/292109/8376854
h chronos.h
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/292109/8376855
h isr.h
#ifndef __ISR_H__
#define __ISR_H__
#define MAXHNDLRS 26 /* Maximum # of interrupt handlers */
///////////interrupt offset/////////////////////
#define INT_ADC_OFFSET 0
#define INT_RTC_O
www.eeworm.com/read/292109/8376856
h uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART0_REVBUFFER_SIZE 1024
#define UART1_REVBUFFER_SIZE 1024
void OSInitUart(void);
int OSReadUart0(U8 data[], int num, int ntimeout);
void Ope
www.eeworm.com/read/292109/8376859
h uhal.h
/* ARM board targetting source file.
Eric Rong
*/
//Define CPU Type
#define S3C3400 1
#define S3C3410 2
#define S3C44A0X 3
#define S3C44B0X 4
#define CPU_TYPE S3C44B0X
//Indicate debu
www.eeworm.com/read/192522/8376860
h irqs.h
/*
* linux/include/asm-arm/arch-s3c2410/irqs.h
*
* Copyright (C) 2002 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/192522/8376863
h errno.h
#ifndef _ARM_ERRNO_H
#define _ARM_ERRNO_H
#define EPERM 1 /* Operation not permitted */
#define ENOENT 2 /* No such file or directory */
#define ESRCH 3 /* No such process */
#define EINTR 4
www.eeworm.com/read/192522/8376878
h option.h
//====================================================================
// File Name : option.h
// Function : S3C2410
// Program : Shin, On Pil (SOP)
// Date : May 15, 2002
// Version :