代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.o
XL
H 1 areas F global symbols
M Uart.c
S push_gset2 Ref0000
S push_gset4 Ref0000
S push_gset5 Ref0000
S push_arg4 Ref0000
S pop_gset2 Ref0000
S pop_gset4 Ref0000
S pop_gset5 Ref0000
S _CRC16
uart.s
.module Uart.c
.area text(rom, con, rel)
.dbfile E:\程序\AVR程序\BOOTLoadICC\Uart.c
.dbfunc e Init_Com _Init_Com fV
.even
_Init_Com::
.dbline -1
.dbline 24
; #include
; #includ
uart.lis
.module Uart.c
.area text(rom, con, rel)
0000 .dbfile E:\程序\AVR程序\BOOTLoadICC\Uart.c
0000 .dbfunc e Init_Com _I
uart._c
#include
#include "Uart.h"
#include "Crc.h"
//============================================================
//计算和设置128的波特率参数 chenzuan 2006-03-16
#define BAUD 19200
#define CRY
uart.c
#include
#include "Uart.h"
#include "Crc.h"
//============================================================
//计算和设置128的波特率参数 chenzuan 2006-03-16
#define BAUD 19200
#define CRY
uart.h
void Init_Com(void);
void Uart_PutChar(unsigned char Data);
int Uart_GetChar(void);
void Uart_Send_Frame(unsigned char *Frame, int Len);
unsigned char Uart_Receive_Frame(unsigned char *Fra
uart.s
.module Uart.c
.area text(rom, con, rel)
.dbfile D:\MY_COMPUTER\d\avr16\atmegal16\Uart.c
.dbfunc e Uart_PutChar _Uart_PutChar fV
; Data -> R16
.even
_Uart_PutChar::
.dbline -1
uart.lis
.module Uart.c
.area text(rom, con, rel)
0000 .dbfile D:\MY_COMPUTER\d\avr16\atmegal16\Uart.c
0000 .dbfunc e Ua