代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.h
/*--------------------------------------------------------------------------
uart.H
Header file for the uart Atmel AT89C51SND1
-------------------------------------------------------------------
uart.c
/****************************************************************/
/* UP-MP3DIY100 */
/* Beijing Universal Pioneering Technology Co., LTD */
/* CopyRighted,All right Reserved www.up-t
uart.lst
C51 COMPILER V6.23a UART 05/31/2003 09:23:11 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN u
uart.hex
:100000000C942A000C9445000C9445000C94450077
:100010000C9445000C9445000C9445000C9445004C
:100020000C9445000C9445000C9445000C9467001A
:100030000C9445000C9445000C9445000C9445002C
:100040000C9445000C9
uart.lst
1 .file "uart.c"
2 .arch atmega16
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
uart.eep
:00000001FF
uart.c
// Target : M16
// Crystal: 8.0000Mhz
#include
#include
#include
#define BAUD 9600
#define uchar unsigned char
void uart_init(void)
{
UCSRC = (
uart.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