代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/413289/11160385
h uart.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/413289/11160402
c uart.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/413289/11160408
lst uart.lst
C51 COMPILER V7.06 UART 12/11/2007 01:02:43 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN UA
www.eeworm.com/read/413289/11160437
obj uart.obj
www.eeworm.com/read/267531/11175734
h uart.h
/*********************************************************************************
* UART.h v1.00 *
* Copyright 2003 by SEED Electronic Technology Ltd.
* A
www.eeworm.com/read/412886/11177384
c uart.c
#ifndef __UART_C__
#define __UART_C__
#include "NGVDP_VDP.h"
/*
uint8 Add_byte_to_receive_buf(uint8 Uart_num, uint8 * receive_buf, uint8 data)
{
switch (Uart_num)
{
case Uart0:
www.eeworm.com/read/412886/11177387
h uart.h
#ifndef __UART_H__
#define __UART_H__
#include
#include "typedef.h"
#define OFF (0)
#define ON (1)
//内部使用的宏定义
#define CONCAT(a, b)
www.eeworm.com/read/267230/11188990
h uart.h
/* *****************************************************************************
* based on software from:
* Copyright 2004, R O SoftWare
* No guarantees, warrantees, or promises, implied or oth
www.eeworm.com/read/267230/11189005
lst uart.lst
1 .file "uart.c"
9 .Ltext0:
10 .align 2
11 .global uart0Init
13 uart0Init:
14 .LFB2:
15
www.eeworm.com/read/267230/11189031
c uart.c
/* *****************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides interface routines to the LPC ARM UARTs.
* Copyrigh