代码搜索:H型风机
找到约 10,000 项符合「H型风机」的源代码
代码结果 10,000
www.eeworm.com/read/192522/8376755
h share.h
#ifndef __SHARE_H__
#define __SHARE_H__
#define CfLedShareLock (1) //enable OSShedLock for CF Card and LED
#endif
www.eeworm.com/read/192522/8376773
h datatype.h
#ifndef __DATATYPE_H_
#define __DATATYPE_H_
typedef unsigned char INT8U; /* Unsigned 8 bit quantity */
typedef signed char INT8;
www.eeworm.com/read/292109/8376774
h figure.h
#ifndef __FIGURE_STRUCT_H__
#define __FIGURE_STRUCT_H__
#include "..\inc\def.h"
typedef struct {
int cx;
int cy;
}structSIZE;
typedef struct {
int x;
int y;
}structPOINT;
typede
www.eeworm.com/read/292109/8376779
h ad.h
#include"..\startup\44b.h"
#define ADCCON_FLAG 0x40
#define ADCCON_SLEEP 0x20
#define ADCCON_ADIN0 (0x0
www.eeworm.com/read/292109/8376780
h ustring.h
#include "..\inc\def.h"
//int 到Unicode字符串的转换
void Int2Unicode(int number, U16 str[]);
//Unicode字符串到int的转换
int Unicode2Int(U16 str[]);
//char类型包括GB编码,到Unicode的编码转换
void strChar2Unicode(U16 ch2[
www.eeworm.com/read/292109/8376783
h osfile.h
#ifndef __OSFILE_H__
#define __OSFILE_H__
#define FILESYSTEM_AUTOFORMAT FALSE
//Macro related to FLASH
#define PagePerClus 32
#define BytesPerPage 512
#define FILEMODE_READ 1
#define FI
www.eeworm.com/read/292109/8376787
h rtc.h
#ifndef __RTC_H__
#define __RTC_H__
#include "..\inc\def.h"
#define RTC_SECOND_CHANGE 1
#define RTC_MINUTE_CHANGE 2
#define RTC_HOUR_CHANGE 3
#define RTC_DAY_CHANGE 4
#define RTC_MONTH
www.eeworm.com/read/292109/8376790
h tchscr.h
#include "..\inc\def.h"
#define ADS7843_CTRL_START 0x80
#define ADS7843_GET_X 0x50
#define ADS7843_GET_Y 0x10
#define ADS7843_CTRL_12MODE 0x0
#define ADS7843_CTRL_8MODE 0x8
#define ADS784
www.eeworm.com/read/292109/8376792
h flash.h
#include "..\STARTUP\44b.h"
#include "..\inc\def.h"
/*KM29U128 IO 定义*/
//RB ->GPE0
//CLE ->GPC11
//ALE ->GPC10
//WP ->
//CE ->GPC15
#define RB (0x01)
#define CLE (0x800)
#define ALE (0x
www.eeworm.com/read/292109/8376793
h can.h
#ifndef __CAN_H__
#define __CAN_H__
#include "../inc/def.h"
typedef enum{
BandRate_125kbps,
BandRate_250kbps,
BandRate_500kbps,
BandRate_1Mbps
}CanBandRate;
typedef struct {
unsig