代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (ULINK), 0x0005 // Tools: ''
Target (Simulation), 0x0005 // Tools: ''
Group (C Source Code)
Group (Assembler startup code)
uart_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
uart1.c
//====================================================================
// File Name : uart1.c
// Function : S3C2440 UART-1 test code
// Program : Shin, On Pil (SOP)
// Date : May 30, 2002
uart1.h
#ifndef __UART1_H__
#define __UART1_H__
void Test_Uart1_Int(void);
void Test_Uart1_Dma(void);
void Test_Uart1_Fifo(void);
void Test_Uart1_AfcTx(void);
void Test_Uart1_AfcRx(void);
#endif
uart_test.h
//====================================================================
// File Name : Uart_Testh
// Function : S3C2440
// Program : DonGo
// Date : April 15, 2003
// Version : 0.0
//
uart_test.c
#include
#include
#include "def.h"
#include "option.h"
#include "2440addr.h"
#include "2440lib.h"
#include "Uart_test.h"
#include "Uart0.h"
#include "Uart1.h"
#includ
uart2.h
#ifndef __UART2_H__
#define __UART2_H__
void Test_Uart2_Int(void);
void Test_Uart2_Dma(void);
void Test_Uart2_Fifo(void);
void GPS_Inf_Show(void);
void GSM_AT_COMMAND(void);
void GSM_Power_Up