代码搜索结果
找到约 31,537 项符合
UART 的代码
uart.ls1
A51 MACRO ASSEMBLER UART 03/13/2009 15:44:52 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN .\out_sst89e564\uart.OB
uart.h
/******************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides the interface definitions for for uart.c
* Copyright
uart.o.d
uart.o: uart.c c:/winarm/bin/../lib/gcc/arm-elf/4.0.2/include/limits.h \
types.h LPC21xx.h lpcWD.h lpcTMR.h lpcUART.h lpcI2C.h lpcSPI.h lpcRTC.h \
lpcGPIO.h lpcPIN.h lpcADC.h lpcSCB.h lpcVIC.h u
uart.lst
1 .file "uart.c"
9 .Ltext0:
10 .align 2
11 .global uart0Init
13 uart0Init:
14 .LFB2:
15
uart.c
#include
#include "uart.h"
//定义串口操作变量
// 串口 1 的接收标志
char nRev_UART1;
// 串口 1 的发送缓冲区
char UART1_TX_BUF[60];
// 串口 1 的接收缓冲区
char UART1_RX_BUF[60];
int nSend_TX1;
int nTX
uart.c
#include
#include "uart.h"
#include "flash.h"
//定义串口操作变量
// 串口 1 的接收标志
char nRev_UART1;
// 串口 1 的发送缓冲区
char UART1_TX_BUF[60];
// 串口 1 的接收缓冲区
char UART1_RX_BUF[100];
in
uart.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\TDS2407EA\UART\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
To
uart.c
/****************************************Copyright (c)**************************************************
**
** 力天电子
** http://www.LT430.com
**作者:何呈
**文件名称:UART.C
**功能:实现串口
uart.c
/****************************************Copyright (c)**************************************************
**
** 力天电子
** http://www.LT430.com
**作者:何呈
**文件名称:UART.C
**功能:实现串口
uart.c
/****************************************Copyright (c)**************************************************
**
** 力天电子
** http://www.LT430.com
**作者:何呈
**文件名称:UART.C
**功能:实现串口