代码搜索:AVR UART 232
找到约 10,000 项符合「AVR UART 232」的源代码
代码结果 10,000
www.eeworm.com/read/477148/6739337
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/477148/6739339
o uart.o
www.eeworm.com/read/477148/6739341
sct uart.sct
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_
www.eeworm.com/read/477148/6739342
axf uart.axf
www.eeworm.com/read/477148/6739352
c uart.c
#include"LPC2294.h"
#include "config.h"
void UART0Init(void){
uint16 divisor;
PINSEL0=0x05;
// U0IER = 0x07; //允许所有中断
// U0LCR=0x0F; //默认设置8位长度,高四位的,间隔控制,奇偶选择不懂
//U0FCR可以
www.eeworm.com/read/477148/6739370
htm uart.htm
Static Call Graph - [E:\wliang\现在用这个做课程设计\uart\uart.axf]
Static Call Graph for imag
www.eeworm.com/read/477148/6739376
map uart.map
ARM Linker, RVCT3.0 [Build 951] for uVision [Full]
================================================================================
Section Cross References
startup.o(RESET) refers to tar
www.eeworm.com/read/477148/6739379
plg uart.plg
礦ision3 Build Log
Project:
E:\wliang\现在用这个做课程设计\uart\uart.uv2
Project File Date: 05/06/2009
Output:
Build target 'Target 1'
assembling Startu
www.eeworm.com/read/477109/6747614
h 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);
www.eeworm.com/read/477109/6747624