代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART0_REVBUFFER_SIZE 1024
#define UART1_REVBUFFER_SIZE 1024
void OSInitUart(void);
int OSReadUart0(U8 data[], int num, int ntimeout);
void Ope
uart.c
#include "..\startup\def.h"
#include "..\startup\44b.h"
#include "..\ucos-ii\includes.h"
#include "isr.h"
#include "uart.h"
OS_EVENT *Uart0_Rev_mbox=NULL; //Uart0 receive ma
uart.c
#include
#include "uart.h"
#include "main.h"
void uart_org(void)
{
U0CTL|= CHAR;
U0TCTL|= SSEL0; // UCLK = ACLK
UBR00= 0x03;
uart.h
/****************************************************************************
*
* MODULE: uart.h
*
* COMPONENT: $RCSfile: $
*
* VERSION: $Name: $
*
* REVISION:
uart.c
/****************************************************************************
*
* MODULE: uart.c
*
* COMPONENT: $RCSfile: $
*
* VERSION: $Name: $
*
* RE
uart.h
/****************************************************************************
*
* MODULE: uart.h
*
* COMPONENT: $RCSfile: uart.h,v $
*
* VERSION: $Name: $
uart.c
/****************************************************************************
*
* MODULE: uart.c
*
* COMPONENT: $RCSfile: uart.c,v $
*
* VERSION: $Name: $
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 02/28/2008 17:09:35 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN UA