代码搜索结果
找到约 10,000 项符合
UART 的代码
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:\06_8月份整理的产品\MB90050\QL300A_UART_SPI用户参考c51程序\QL300A_UART接口C51参考程序\uart.uv2
Project File Date: 11/23/2007
Output:
uart.h
#ifndef __UART_H__
#define __UART_H__
void Test_Uart0(void);
void Test_Uart0Fifo(void);
void Test_Uart1(void);
void Test_Uart1Fifo(void);
void Test_Uart0Range(void);
void Test_Uart1Max(void);
uart.c
#include
#include
#include "..\..\inc\44b.h"
#include "..\..\inc\44blib.h"
#include "..\..\inc\def.h"
#include "..\..\inc\cputest\rtc.h"
#define KEY_BUFLEN 100
#define A
uart.h
#ifndef __UART_h
#define __UART_h
#include "my_type.h"
void UART_init(void);
void UART_sentbyte(uint8 c);
void UART_SendData(uint8 *ptr);
#endif
uart.lst
1 .file "uart.c"
2 .arch atmega16
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
uart.c
/*********************************************************************************
** 串口通信文件
****************************************************************************
uart.h
/*****************************************************************************
* uart.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
uart.lnp
"startup.o" "irq.o" "target.o" "uart.o" "uarttest.o" --strict --scatter "uart.sct"
--map --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list ".\uart.map"