代码搜索结果
找到约 31,537 项符合
UART 的代码
uart.h
/*! \file uart.h \brief UART driver with buffer support. */
//*****************************************************************************
//
// File Name : 'uart.h'
// Title : UART driver with
uart.c
/*! \file uart.c \brief UART driver with buffer support. */
// *****************************************************************************
//
// File Name : 'uart.c'
// Title : UART driver with
uart.h
//=======================================================================//
//文件名:UART.h
//功能描述:UART串口驱动头文件
//编写:
//时间:07.12.29
//修改:
//=========================================================
uart.c
//====================================================================================//
//文件名:UART.c
//功能描述:串口驱动程序
//编写:
//时间:07.12.29
//修改:
//==================================================
uart.c
#define UARTMODEL
#include "uart.h"
struct UART uart[SYS_COM_NUM];
/*********************************************************************************************************
**函数名称: UART_HANDL
uart.rc
# Begin Project
# Begin SubItem "UART Resources"
# End SubItem
# End Project
uart.c
#include
#include "uart.h"
#include "display.h"
//定义串口操作变量
// 串口 1 的接收标志
unsigned char nRev_UART1;
// 串口 1 的发送缓冲区
unsigned char UART1_TX_BUF[60];
// 串口 1 的接收缓冲区
unsigned
uart.h
/*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 2006
*
* File name : uart.h
* Descri
uart.h.bak
/*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 2006
*
* File name : uart.h
* Descri
uart.o.d
uart.o: ../uart.c \
C:/WinAVR/bin/../lib/gcc/avr/3.4.1/../../../../avr/include/avr/io.h \
C:/WinAVR/bin/../lib/gcc/avr/3.4.1/../../../../avr/include/avr/sfr_defs.h \
C:/WinAVR/bin/../lib/gcc/