代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.h
void UART0_Init();
void UART1_Init();
bit com0_getchar(unsigned char *ch);
bit com1_getchar(unsigned char *ch);
void com1_sendchar(unsigned char ch);
void com0_sendchar(unsigned char ch);
void
uart.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
uart.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
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
uart.h
/*********************************************************************************
* UART.h v1.00 *
* Copyright 2003 by SEED Electronic Technology Ltd.
* A
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:
uart.h
#ifndef __UART_H__
#define __UART_H__
#include
#include "typedef.h"
#define OFF (0)
#define ON (1)
//内部使用的宏定义
#define CONCAT(a, b)
uart.h
/* *****************************************************************************
* based on software from:
* Copyright 2004, R O SoftWare
* No guarantees, warrantees, or promises, implied or oth