代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/443827/7622570
h uart.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
我的邮箱:computer-lov@tom.com
欢迎访问我的blog: http://computer00.21ic.org
UART.H file
www.eeworm.com/read/443827/7622577
c uart.c
/******************************************************************
wmhnzz@163.com
*******************************************************************/
#include
#include "UART
www.eeworm.com/read/443827/7622578
lst uart.lst
C51 COMPILER V8.02 UART 06/26/2008 10:08:02 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN UA
www.eeworm.com/read/443827/7622583
obj uart.obj
www.eeworm.com/read/443192/7636259
h 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);
www.eeworm.com/read/443192/7636265
c uart.c
#include
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\uart.h"
#define KEY_BUFLEN 100
#define AFC_BUFLEN 0x100
#d
www.eeworm.com/read/443192/7636274
o uart.o
www.eeworm.com/read/443183/7636366
o uart.o
www.eeworm.com/read/443183/7636403
h 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);
www.eeworm.com/read/443183/7636434
c 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