代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/171335/9761051
c uart.c
#include "Main.h"
void UART_init(unsigned int ch,unsigned int baud)
{
if(ch)
{
UARTLCON1=0x3; // 8-bit no pariy 1 stop-bit
UARTCONT1=0x9; // rx/tx interru
www.eeworm.com/read/171335/9761069
h uart.h
#ifndef _UART_H
#define _UART_H
/***********************************************************
* Status Register Bit Definitions *
********************************************
www.eeworm.com/read/171335/9761084
o uart.o
www.eeworm.com/read/367260/9764523
c uart.c
//====================================================================
// File Name : rtc.c
// Function : S3C2413 RTC Test Program
// Date : Sep. 27, 2005
// Version : 0.0
// History
//
www.eeworm.com/read/367260/9764526
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/367188/9767447
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/171192/9767695
ps uart.ps
www.eeworm.com/read/171192/9767697
imd uart.imd
www.eeworm.com/read/171192/9767699
iad uart.iad
www.eeworm.com/read/171192/9767701