代码搜索结果
找到约 31,537 项符合
UART 的代码
uart.lk
uart.o
uart.dsp
# Microsoft Developer Studio Project File - Name="uart" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
uart.src
[Files]
uart.c
[Headers]
..\..\icc\include\iom8v.h
Includes.h
uart.h
[Documents]
uart.dp2
uart.o: C:/ICC/include/iom8v.h D:\wliang\设计文档\wuxianmokuai\uart/Includes.h C:/ICC/include/iom8v.h C:/ICC/include/macros.h D:\wliang\设计文档\wuxianmokuai\uart/uart.h D:\wliang\设计文档\wuxianmokuai\uart/uart.
uart.__i
"uart.c" BROWSE DEBUG OBJECTEXTEND
uart.h
/*! \file uart.h \brief UART driver with buffer support. */
// *****************************************************************************
//
// File Name : 'uart.h'
// Title : UART driver with
uart.c
/*! \file uart.c \brief UART driver with buffer support. */
// *****************************************************************************
//
// File Name : 'uart.c'
// Title : UART driver with
uart.o.d
lib/uart.o: lib/uart.c D:/AVR开发工具/avr/include/avr/io.h \
D:/AVR开发工具/avr/include/avr/sfr_defs.h \
D:/AVR开发工具/avr/include/inttypes.h \
D:/AVR开发工具/avr/include/stdint.h \
D:/AVR开发工具/avr/includ
uart.c
/*****************************************************************************
* uart.c: UART API file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconducto
uart.c
#include
#include "44b.h"
#include "UART.H"
static void __irq Uart0_RxInt() //串口接受中断服务程序
{
unsigned char i;
unsigned char data[16];
unsigned char DataCount=0;
memset(data