代码搜索结果
找到约 10,000 项符合
USART 的代码
twi_usart.map
Archive member included because of file (symbol)
c:/winavr/bin/../lib/gcc/avr/4.1.1/avr5\libgcc.a(_copy_data.o)
TWI_USART.o (__do_copy_data)
c:/winavr/bin/../lib/gcc
twi_usart.h
/* avr串口通信常程序,包括中断设置与波特率的设置等*/
#ifndef _LIWN_UART_H_
#define _LIWN_UART_H_
void UartInit( );
void SendChar(unsigned char num);
#endif /* _LIWN_UART_H_ */
twi_usart.lst
1 .file "TWI_USART.c"
2 .arch atmega16
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
twi_usart.lss
TWI_USART.elf: file format elf32-avr
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 000001dc 00000000 00000000 00000054 2**1
twi_usart.c
/********************************************************
存储一个字节,并读回校验,正确LED亮
EEPROM地址:0X00
TWI工作方式:查询方式
********************************************************/
#include
#include
twi_usart.sym
00000000 W __heap_end
00000000 a __tmp_reg__
00000000 W __vector_default
00000000 T __vectors
00000001 a __zero_reg__
0000003d a __SP_L__
0000003e a __SP_H__
0000003f a __SREG__
00000054 T __c
usart_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 {
usart.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0004 // Tools: 'ARM-ADS'
Group (Source Group 1)
Group (Source)
Group (lib)
Group (Function)
File 1,2,
usart2.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR F:\LX\USART\
FILE usart2.c
FUNC uart0_rx_isr 96 fV
BLOCK 12 9E
DEFREG dat 20 c
LINE 12 9E
LINE 13 9E
LINE 13 A2
LINE 14 A2
LINE 15 A4
LINE