代码搜索结果

找到约 10,000 项符合 Protocol 的代码

protocol.h

#ifndef _PROTOCOL_H_ #define _PROTOCOL_H_ #define true 1 #define false 0 #define UINT unsigned int #define USHORT unsigned short #define UCHAR unsigned char #define ULONG unsigned long

protocol.c

#ifndef __KERNEL__ #define __KERNEL__ #endif #ifndef NULL #define NULL 0L #endif //系统文件 #include #include #include #include

protocol.h

/* Driver for USB Mass Storage compliant devices * Protocol Functions Header File * * $Id: protocol.h,v 1.4 2001/02/13 07:10:03 mdharm Exp $ * * Current development and maintenance by: * (c) 1

protocol.c

/* Driver for USB Mass Storage compliant devices * * $Id: protocol.c,v 1.13 2002/02/25 00:34:56 mdharm Exp $ * * Current development and maintenance by: * (c) 1999-2002 Matthew Dharm (mdharm-us

protocol.txt

Update to SHARC EZ-KIT Lite Message Packet Protocols. ===================================================== Except where noted, the information contained herein comes from the EZ-KIT Lite Refere

protocol.h

#define MAX_PKT 4 /* determines packet size in bytes */ typedef enum {false, true} boolean; /* boolean type */ typedef unsigned int seq_nr; /* sequence or ack numbers */ typedef struct {unsigned char

protocol.h

#ifndef _PROTOCOL_H_ #define _PROTOCOL_H_ #define NULL_PORT 0 #define IR_PORT BIT0 #define RS485_PORT BIT1 #define RS485_2_PORT BIT2 #define IR_RC BIT3 #define ANA_UART_PORT BIT4 #define COM

protocol.c

#include "includes.h" unsigned long DI1DI0; unsigned char FramePointer; unsigned char DI0_H; unsigned char DI0_L; unsigned char SlvsClrStatus = 0; unsigned char CommPortBak = 0; typedef uns