代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.vhd
--cyclone32: uart.vhd
--manual changes are highlighted by '###'
--Copyright (C) 1991-2002 Altera Corporation
--Any megafunction design, and related net list (encrypted or decrypted),
--support i
uart.h
/******************************************************************************/
/******************************************************************************/
/* UART.H - TLC16C550C UART driver
uart.lst
C51 COMPILER V7.06 UART 07/10/2003 14:34:42 PAGE 1
C51 COMPILER V7.06, 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 Test_Uart0(void);
void Test_Uart0Fifo(void);
void Test_Uart1(void);
void Test_Uart1Fifo(void);
void Test_Uart0Range(void);
void Test_Uart1Max(void);
uart.c
#include
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\rtc.h"
#define KEY_BUFLEN 100
#define AFC_BUFLEN 0x100
#de