代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/298938/7922297
c uart.c
/**************************************************************************************************
*
* Copyright (c) 2001
www.eeworm.com/read/298938/7922330
o uart.o
www.eeworm.com/read/298938/7922427
c uart.c
/**************************************************************************************************
* FILENAME
* uart.c
*
* VERSION
* 1.0
*
* DESCRIPTION
* This file contai
www.eeworm.com/read/298938/7922447
o uart.o
www.eeworm.com/read/398699/7927800
h uart.h
/********************************************************************************/
/* UART.H v1.00 */
/* 版权(c) 2003- 北京合众达电子技术有限责任公司 */
/* 设计者: 段立锋 */
/*****
www.eeworm.com/read/398699/7927909
asm uart.asm
*********************************************************************************
* UART.ASM v1.00 *
* 版权(c) 2003- 北京合众达电子技术有限责任公司 *
* 设计者
www.eeworm.com/read/198519/7931652
c uart.c
//====================================================================
// File Name : rtc.c
// Function : S3C2413 RTC Test Program
// Date : Sep. 27, 2005
// Version : 0.0
// History
//
www.eeworm.com/read/198519/7931655
h uart.h
#ifndef __UART_H__
#define __UART_H__
#ifdef __cplusplus
extern "C" {
#endif
#define DISABLE 0
#define INTORPOL 1
#define DMAREQ0 2
#define DMAREQ1 3
void Ch10_UART(void);
void Uart
www.eeworm.com/read/298814/7933552
h uart.h
#ifndef _UART_H
#define _UART_H
void UartSetBaud(U32 ch, U32 baud);
char UartGetch(U32 ch);
char UartGetkey(U32 ch);
void UartPutch(U32 ch, U32 data);
void UartPuts(U32 ch, char *pt);
void Ua
www.eeworm.com/read/433291/7944101