代码搜索结果
找到约 10,000 项符合
Protocol 的代码
protocol.c
/* Driver for USB Mass Storage compliant devices
*
* $Id: protocol.c,v 1.11 2002/01/13 06:40:25 mdharm Exp $
*
* Current development and maintenance by:
* (c) 1999, 2000 Matthew Dharm (mdharm-u
protocol.java
/*
* Copyright
protocol.h
/* protocol.h 4.10 83/08/11 */
/*
* Routing Information Protocol
*
* Derived from Xerox NS Routing Information Protocol
* by changing 32-bit net numbers to sockaddr's and
* padding stuff to 32-bi
protocol.java
/************************************************************************
*
* $Id: Protocol.java,v 1.2 2001/11/06 00:39:19 akhil Exp $
*
* Copyright (c) 2001 Sun Microsystems, Inc. All rights
protocol.h
/*
* protocol.h,v 1.3 2000/06/04 22:00:03 brunsch Exp
*
* Copyright (c) 1994, 1995. Netscape Communications Corporation. All
* rights reserved.
*
* Use of this software is governed by th
protocol.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
protocol.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
protocol.sgml
Phil
Thompson
1998-08-08
Frontend/Backend Protocol
protocol.h
/* protocol.h */
#ifndef PROTOCOL_H
#define PROTOCOL_H
#ifdef __cplusplus
extern "C"
{
#endif
typedef unsigned char (*COMM_PROC_PTR)(void);
//#define RF_MCU_DELAY 1
protocol.c
#include "includes.h"
unsigned char rf_send_period = SHORT_TERM;
#ifdef RF_MCU_DELAY
#define SendByte SendByteA
#else
#define SendByte SendByteB
#endif
void RF_init(void)
{