代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/289651/8537442
c uart.c
#include "config.h"
#include "uart.h"
uint8 rcv_buf[8]; // UART0数据接收缓冲区
volatile uint8 rcv_new; // 接收新数据标志
/*
********************************************************************
www.eeworm.com/read/188480/8538206
h uart.h
typedef union UART_GCTL1 //全局控制寄存器
{
struct GCTL1_Bits
{
unsigned UCEN1 : 1; //使能UART时钟,即启动UART
unsigned IREN1 : 1; //使能IrDA模式
unsigned TPOLC1 : 1; //IrDA TX 极性变换
unsigned RPOLC1 :
www.eeworm.com/read/188480/8538229
h uart.h
typedef union UART_GCTL1 //全局控制寄存器
{
struct GCTL1_Bits
{
unsigned UCEN1 : 1; //使能UART时钟,即启动UART
unsigned IREN1 : 1; //使能IrDA模式
unsigned TPOLC1 : 1; //IrDA TX 极性变换
unsigned RPOLC1 :
www.eeworm.com/read/389240/8540325
o uart.o
www.eeworm.com/read/389240/8540349
h uart.h
#include "config.h"
void UART0_Ini(void);
void UART0_SendByte(uint8 data);
void UART0_SendStr(uint8 *str);
www.eeworm.com/read/389240/8540369
c uart.c
#include "uart.h"
#define UART_BPS 57600 /* 定义通讯波特率 */
/****************************************************************************
* 名称:UART0_Ini()
* 功能:初始化串口0。设置为8位数据位,1位停止位,无奇偶校验,波特率为11
www.eeworm.com/read/389234/8540569
c uart.c
////////////////////////////////////////uart.c//////////////////////////////
/////////////////////////////////file name :okiml674000////////////////////
////////////////////////////////data:2005nia\
www.eeworm.com/read/389231/8540786
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/389231/8540976
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
c
www.eeworm.com/read/389139/8546971
c uart.c
#if (RS232_DEBUG == TRUE)
/*========================================================
子程序名称:
子程序功能:
子程序描述:
========================================================*/
void rs232_debug(void)
{