代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART_REVBUFFER_SIZE 1024
typedef struct{
U8 Buffer[UART_REVBUFFER_SIZE];
OS_EVENT *Uart_Rev_mbox; //Uart0 receive mail b
uart.h
/*#ifndef __UART_H__
#define __UART_H__
#define UART_REVBUFFER_SIZE 1024
typedef struct{
U8 Buffer[UART_REVBUFFER_SIZE];
OS_EVENT *Uart_Rev_mbox; //Uart0 receive mail
uart.h
/****************************************************************************
*
* MODULE: uart.h
*
* COMPONENT: $RCSfile: uart.h,v $
*
* VERSION: $Name: $
uart.c
/****************************************************************************
*
* MODULE: uart.c
*
* COMPONENT: $RCSfile: uart.c,v $
*
* VERSION: $Name: $
uart.c
/************************************************************************************
* Copyright (c) 2004,西安铭朗电子科技有限责任公司
* All rights reserved.
*
* 文件名称: Uart.C
* 文件标识: none
* 适用器件:
uart.h
#define UART0BAUDTATE 9600//波特率
#define SYSCLK 22118400//时钟
void UartInit(void);//UART初始化
void UartOut(unsigned char *SendByteAdd,unsigned char Count);//发送
unsigned char UartReceive(void);
uart.hex
:100668002020202048656C6C6F20506C6561736594
:1006780020696E707574206F6E65206461746120E6
:10068800210A203A202020000A20796F752068610D
:10069800766520696E70757420746865206461746D
:0A06A80073206973200
uart.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
uart.plg
礦ision2 Build Log
Project:
E:\工作区\proteus pro\proteus6.7工程\C51\code\uart.uv2
Project File Date: 01/24/2007
Output:
Build target 'Target 1'
co
uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART0_REVBUFFER_SIZE 1024
#define UART1_REVBUFFER_SIZE 1024
void OSInitUart(void);
int OSReadUart0(U8 data[], int num, int ntimeout);
void Ope