代码搜索结果
找到约 10,000 项符合
UART 的代码
uart0.c
#define IN_UART0
#include "config.h"
//#include "uart0.h"
void UART0Init(uint32 bps)
{
uint16 Fdiv;
PINSEL0 = (PINSEL0 & 0xfffffff0) | 0x05; /* 选择管脚为UART0 */
U0LCR = 0x8
uart0.c
#include "config.h"
void UART0Init(uint32 bps)
{
uint16 Fdiv;
PINSEL0 = (PINSEL0 & 0xfffffff0) | 0x05; /* 选择管脚为UART0 */
U0LCR = 0x83; /* 允许访问
uart.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (ULINK), 0x0005 // Tools: ''
Target (Simulation), 0x0005 // Tools: ''
Group (C Source Code)
Group (Assembler startup code)
uart_opt.bak
### 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_top.vhd
-- --------------------------------------------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>> COPYRIGHT NOTICE
uart_debug.map
ARM Linker, RVCT3.0 [Build 951] for uVision [Full]
================================================================================
Section Cross References
target.o(.text) refers to irq.
uart_opt.bak
### 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 {