代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/439880/7697621
h uart.h
/******************************************************************************/
/******************************************************************************/
/* UART.H - TLC16C550C UART driver
www.eeworm.com/read/439880/7697659
h uart.h
/******************************************************************************/
/******************************************************************************/
/* UART.H - TLC16C550C UART driver
www.eeworm.com/read/439835/7701017
h uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART_REVBUFFER_SIZE 1024
typedef struct{
U8 Buffer[UART_REVBUFFER_SIZE];
//OS_EVENT *Uart_Rev_mbox; //Uart0 receive mail
www.eeworm.com/read/439835/7701027
c uart.c
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
www.eeworm.com/read/439813/7701340
h uart.h
void Init_CLK(void);
void Init_UART0(void)
void Init_UART1(void);
int SetOK(char UART1_TX_BUF[]);
int SetError(char UART1_TX_BUF[]);
int SetPhone(char recv[],char phone[],int nLen);
www.eeworm.com/read/439813/7701341
c uart.c
#include
#include "UART.h"
void Init_CLK(void)
{
unsigned int i;
BCSCTL1 = 0X00; //将寄存器的内容清零
//XT2震荡器开启
//LFTX1工作在低频模式
//ACLK的分频因子为1
do
www.eeworm.com/read/439313/7712370
h uart.h
#ifndef __UART_H__
#define __UART_H__
void Test_Uart0(void);
void Test_Uart0Fifo(void);
void Test_Uart1(void);
void Test_Uart1Fifo(void);
void Test_Uart0Range(void);
void Test_Uart1Max(void);
www.eeworm.com/read/439313/7712401
c uart.c
#include
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\rtc.h"
#define KEY_BUFLEN 100
#define AFC_BUFLEN 0x100
#de
www.eeworm.com/read/439311/7712429
h uart.h
#ifndef __UART_H__
#define __UART_H__
void Test_Uart0(void);
void Test_Uart0Fifo(void);
void Test_Uart1(void);
void Test_Uart1Fifo(void);
void Test_Uart0Range(void);
void Test_Uart1Max(void);
www.eeworm.com/read/439311/7712460
c uart.c
#include
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\rtc.h"
#define KEY_BUFLEN 100
#define AFC_BUFLEN 0x100
#de