代码搜索结果
找到约 10,000 项符合
Communication 的代码
kb.h
// Keyboard communication routines
#ifndef __KB_INCLUDED
#define __KB_INCLUDED
#include
#define CLOCK 2
#define DATAPIN 3
#define ISC00 0
#define ISC01 1
void InitKeyBo
com_clos.m
function com_clos
%function to close all of communication blocks in the window.
% Wes Wang 1/5/94
% Copyright (c) 1994-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 19:33
floor_define.c
bit Flag_Effective_Data,Check_first,COMU;
uchar Serial_Communication_Data_Buffer[19];
uchar flag_first;
uchar which_one,SUM_COMU;
uchar Communication_Data_Counter;
uchar IIC_Data_Addr_L,IIC_Dat
tflc.c
void Serial_Receive_Interrupt(void) interrupt 4
{
unsigned char i;
TR1=0;
ET1=0;
ES=0;
if((RI==1)&&(COMU==0))
{
Check_first=0;