代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/431766/8655553
c 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
www.eeworm.com/read/431743/8657071
h uart.h
#ifndef __UART_H__
#define __UART_H__
void Test_UartFifo(void);
#endif /*__UART_H__*/
www.eeworm.com/read/431743/8657136
c 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
www.eeworm.com/read/431743/8657171
o uart.o
www.eeworm.com/read/387619/8662210
lnp uart.lnp
"STARTUP.obj",
"USBUART0.obj",
"lcddriver.obj"
TO "uart"
RAMSIZE(256)
www.eeworm.com/read/387619/8662215
opt 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 {
www.eeworm.com/read/387619/8662240
plg 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
www.eeworm.com/read/387616/8663088
cmd 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
www.eeworm.com/read/387616/8663092
out uart.out
www.eeworm.com/read/387616/8663093
c uart.c
cregister unsigned int IE,IF,ST,IOF;
interrupt void uart0(void);
interrupt void uart1(void);
#define UART_RESET *((int *)0x60010)
#define UART_B_BASE_ADDR 0x060000
#define UART_A_BASE_ADDR 0