代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.o
XL
H 2 areas E global symbols
M uart.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S mod16u Ref0000
S div16u Ref0000
S asgncblk Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
A text size 108
uart.s
.module uart.c
.area lit(rom, con, rel)
L2:
.byte 0
.byte 0,0,0,0,0,0,0
.area text(rom, con, rel)
.dbfile E:\atmega16子函数\TWI_slaver0\uart.c
.dbfunc e put _put fV
; d -> y+0
uart.lst
C51 COMPILER V7.10 UART 07/27/2007 17:07:34 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN ua
uart.c
/*********************************************************************
* Copright(c) 2003,广州周立功单片机发展有限公司
* All rights reserved.
* http://www.zlgmcu.com
*
*文件名称: uart.c
*文件标识
uart.h
#ifdef UART_GLOBALS
#define UART_EXT
#else
#define UART_EXT extern
#endif
UART_EXT unsigned char Get_Char();
UART_EXT void Printf_Char(uchar ascii);
UART_EXT void Printf_String(uchar *str
uart.h
#ifndef _UART_H
#define _UART_H
void UartSetBaud(U32 ch, U32 baud);
char UartGetch(U32 ch);
char UartGetkey(U32 ch);
void UartPutch(U32 ch, U32 data);
void UartPuts(U32 ch, char *pt);
void Ua
uart.vhd
-- File Name: uart.vhd
-- Version: 1.1
-- Date: January 22, 2000
-- Model: Uart Chip
-- Dependencies: txmit.hd, rcvr.vhd
--
-- Company: Xilinx
--
--
-- Disclaimer: