代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.bat
REM This is a sample batch file for the Serial I/O application example
REM (UART mode) corresponding to the M3T-CC32R.
REM The environment variable for CC32R corresponds with the default installatio
uart.c
/*""FILE COMMENT""*****************************************************
* M32R C Programming Rev. 1.00
* < Sample Program for Serial I/O (UART) >
*
* Copyright (c) 2003 Renesas Technology Co
uart.h
#ifndef _uart_h_
#define _uart_h_
void DelayNS(uint32 dly);
void UART0_Ini(uint32 bps);
void UART0_SendByte(uint8 data);
void UART0_SendStr(uint8 const *str);
void UART1_Ini(u
uart.c
/****************************************************************************
* 文件名:SENDSTR.C
* 功能:向串口发送数据。
* 说明:使用外部11.0592MHz晶振,根据CONFIG.H文件配置,Fpclk=11.0592MHz;
* 通讯波特率115200,8位数据位,1位停止位,无奇
uart.h
#ifndef _uart_h_
#define _uart_h_
void DelayNS(uint32 dly);
void UART0_Ini(uint32 bps);
void UART0_SendByte(uint8 data);
void UART0_SendStr(uint8 const *str);
void UART1_Ini(u
uart.c
/****************************************************************************
* 文件名:SENDSTR.C
* 功能:向串口发送数据。
* 说明:使用外部11.0592MHz晶振,根据CONFIG.H文件配置,Fpclk=11.0592MHz;
* 通讯波特率115200,8位数据位,1位停止位,无奇
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
uart.h
/*****************************************
Copyright (c) 2002-2004
Sigma Designs, Inc. All Rights Reserved
Proprietary and Confidential
*****************************************/
/* This file is