代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.hex
:0400000500000000F7
:020000040000FA
:1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE50000A0E1F0FF1FE518F09FE554
:1000200058000000400000004400000048000000AC
:100030004C0000000000000050
uart.c
#define CS1 0x81000000;
#define CS2 0x82000000;
#define CS3 0x83000000;
/* Universal Asynchronous Receiver Transmitter 3 (UART3) */
#define U3RBR (*((volatile unsigned char *) 0x81
uart.d
uart.o: UART.C
uart.o: C:\Keil\ARM\INC\Philips\LPC22xx.H
uart.o: UART.H
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.lnp
"startup.o" "uart1.o" --device DARMP --strict --scatter "UART.sct"
--autoat --summary_stderr --info summarysizes --map --xref --callgraph --symbols
--info sizes --info totals --info unused --info
uart.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\COMNET\Desktop\Example_uart\UART.uv2
Project File Date: 02/28/2009
Output:
Build target '
uart.h
#ifndef UART_H
#define UART_H
void UART0_Init (void);
void UART0_SendData (byte *buff,uint8 len);
void UART0_SendDataTest (void);
#endif