代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.h
void Uart_Init(int baud);
void Uart_SendByte(int whichUart,int data);
void Uart_SendString(int whichUart,char *pt);
void Uart_Printf(int whichUart,char *fmt,...);
uart.c
#include "2440addr.h"
#include
#include
#include "UART.h"
//#define S3C2440 1 //It's S3C2440
#define S3C2440 0 //It's S3C2410
extern unsigned int PCLK;
void Uart_In
uart.h
#ifndef __UART_H__
#define __UART_H__
void Test_UartFifo(void);
#endif /*__UART_H__*/
uart.c
#include
#include
#include "..\include\k401.h"
#include "..\include\k401lib.h"
#include "..\include\def.h"
char Uart_IntGetKey(void);
void __irq Uart_RxInt(void);
void
uart.lnp
"STARTUP.obj",
"USBUART0.obj",
"lcddriver.obj"
TO "uart"
RAMSIZE(256)
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
礦ision3 Build Log
Project:
C:\Documents and Settings\gzw_gfj\桌面\杂七杂八\UART0test\uart.uv2
Project File Date: 04/23/2008
Output:
Build target 'Ta
uart.cmd
MEMORY
{
PROG :o=0x800000,l=0x7000
PROG1 :o=0x900000,l=0x7000
}
SECTIONS
{
.text :>PROG
.data :>PROG
.cinit :>PROG
.bss :>PROG1
.stack :>PROG
.cio :>PROG
.sysmem :>PRO