代码搜索结果

找到约 10,000 项符合 UART 的代码

uart.h

#ifndef _UART_H #define _UART_H void UartSetBaud(U32 ch, U32 baud); char UartGetch(U32 ch); char UartGetkey(U32 ch); void UartPutch(U32 ch, U32 data); void UartPuts(U32 ch, char *pt); void Ua

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/10/2007 14:20:44 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE UART OBJECT MODULE PLACED IN UA

uart.c

#include "config.h" //#include "type.h" /* ********************************************************************************************************* ** 函数名称 :UART0_SendByte() ** 函数功能 :向串口发送字节数据

uart.v

// ********************************************* // // UART.v // // www.cmosexod.com // 4/13/2001 (c) 2001 // Jeung Joon Lee // // Universal Asyhnchronous Receiver, Transmitter // This is

uart.c

#include "..\inc\WOPTIONS.H" #include "..\ucos\includes.h" #include "isr.h" #include "uart.h" OS_EVENT *Uart0_Rev_mbox=NULL; //Uart0 receive mail box OS_EVENT *Uart1_Rev_mbo