代码搜索结果
找到约 10,000 项符合
Communication 的代码
global.h
// global file
// declaration of user-defined types and defination of constants
#ifndef __SXD_GOBANG_GLOBAL__
#define __SXD_GOBANG_GLOBAL__
typedef enum { PLAY, RESTART, EXIT } ACTIONTYPE;
t
zx_arm7_l.h
/******** 石家庄智讯科技有限公司 ********/
/******** ShijiaZhuang Intelligence&Communication Scientific CO.,LTD. *******/
/*********设置波特率********/
#define UART0_BPS 960
zx_arm7_l.h
/******** 石家庄智讯科技有限公司 ********/
/******** ShijiaZhuang Intelligence&Communication Scientific CO.,LTD. *******/
/*********设置波特率********/
#define UART0_BPS 960
zx_arm7_l.h
/******** 石家庄智讯科技有限公司 ********/
/******** ShijiaZhuang Intelligence&Communication Scientific CO.,LTD. *******/
/*********设置波特率********/
#define UART0_BPS 960
commdemo.bas
Attribute VB_Name = "COMMDEMO1"
' Communication Constants
Global Const NOPARITY = 0
Global Const ODDPARITY = 1
Global Const EVENPARITY = 2
Global Const MARKPARITY = 3
Global Const SPACEPARITY
test.c
/*------------------------------------------------------------------------------
TEST.C: ISD51 Demo for TI MSC 1210
Copyright 2002 Keil Software, Inc.
-------------------------------------------
os_viewc.c
/*
*********************************************************************************************************
* uC/OS-View
*
*
int.c
/*********************************************************************************************************
** 函数名称: ex_int0()
** 功能描述: 外部中断0中断服务程序.主要提供收码功能。
**************************************