代码搜索结果
找到约 10,000 项符合
UART 的代码
sw-uart.c
/* Name: sw-uart.c
* Project: AVR USB driver for CDC interface on Low-Speed USB
* Author: Osamu Tamura
* Creation Date: 2006-06-22
* Tabsize: 4
* Copyright: (c) 2006 by Recursion Co., Ltd.
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);
#endif /*__UART2_H__*/
uart0.h
#ifndef __UART0_H__
#define __UART0_H__
#define UARTBUFFER _NONCACHE_STARTADDRESS
#define TX_INTTYPE 1 //0:Tx interrupt type is pulse, 1:Tx interrupt type is level
#define RX_INTTYPE 1 //0:Rx i
uart0.c
//====================================================================
// File Name : uart0.c
// Function : S3C2440 UART-0 test code
// Program : Shin, On Pil (SOP)
// Date : May 30, 2002
uart2.c
//====================================================================
// File Name : uart2.c
// Function : S3C2440 UART-2 test code
// Program : Shin, On Pil (SOP)
// Date : May 30, 2002
uart_print.c
#include "stdio.h"
#include "hardware.h"
#include "hardware_reg.h"
#include "HA_typedef.h"
#include
#include "uartdrv.h"
#include "uartsrv.h"
ER prints(ID devid, char