代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/381942/9062660
c uart.c
#include
#include "uart.h"
#include "main.h"
void uart_org(void)
{
U0CTL|= CHAR;
U0TCTL|= SSEL0; // UCLK = ACLK
UBR00= 0x03;
www.eeworm.com/read/184874/9068387
h uart.h
/****************************************************************************
*
* MODULE: uart.h
*
* COMPONENT: $RCSfile: $
*
* VERSION: $Name: $
*
* REVISION:
www.eeworm.com/read/184874/9068393
c uart.c
/****************************************************************************
*
* MODULE: uart.c
*
* COMPONENT: $RCSfile: $
*
* VERSION: $Name: $
*
* RE
www.eeworm.com/read/184872/9068494
h uart.h
/****************************************************************************
*
* MODULE: uart.h
*
* COMPONENT: $RCSfile: uart.h,v $
*
* VERSION: $Name: $
www.eeworm.com/read/184872/9068503
c uart.c
/****************************************************************************
*
* MODULE: uart.c
*
* COMPONENT: $RCSfile: uart.c,v $
*
* VERSION: $Name: $
www.eeworm.com/read/282688/9074022
h uart.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/282688/9074033
c uart.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/282688/9074036
lst 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
www.eeworm.com/read/282688/9074044
obj uart.obj
www.eeworm.com/read/381702/9076574
h 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