代码搜索:uart1
找到约 847 项符合「uart1」的源代码
代码结果 847
www.eeworm.com/read/355955/10240931
txt 字符模式设备范例.txt
/*
* 声明:本范例源于书籍‘NiosII软件架构解析’
* 作者:蔡伟纲
* 博客地址: http://NiosII.cublog.cn
*
*/
#include
#include
int main (void)
{
//将printf的内容由stdout输出;
printf("This application
www.eeworm.com/read/349400/10828993
c serial.c
/******************************************************************************/
/* SERIAL.C: Low Level Serial Routines */
/***********************************
www.eeworm.com/read/274285/10878506
c main.c
/****************************************************************************
* 文 件 名:main.c
* 功 能:MODEM接口应用实例。使用UART1发送AT指令控制MODEM拔号(#2),
* 连接成功后发送数据"SmartARM2200---MODEM"。
* 说明:
**
www.eeworm.com/read/466463/7035415
c serial.c
/******************************************************************************/
/* SERIAL.C: Low Level Serial Routines */
/***********************************
www.eeworm.com/read/451436/7463836
c serial.c
/******************************************************************************/
/* SERIAL.C: Low Level Serial Routines */
/***********************************
www.eeworm.com/read/153953/7805302
cpp uart1.cpp
/*
FileName: uart1.cpp
Description: The MCF5206's UART1 driver.
Version: v1.0
Function List:
CF5206Uart1SetConfig
CF5206Uart1InitializeBuffer
www.eeworm.com/read/397351/8054721
asm c8051f020uart.asm
//采用单片机C8051F020进行设计,系统时钟在22.118400M
$INCLUDE(C8051F020.INC)
ORG 00H
AJMP START
ORG 100H
START: MOV WDTCN,#0DEH
MOV WDTCN,#0ADH
;配置系统时钟使用外部晶振22.1184MHz
CLOC
www.eeworm.com/read/332055/12782744
txt 字符模式设备范例.txt
/*
* 声明:本范例源于书籍‘NiosII软件架构解析’
* 作者:蔡伟纲
* 博客地址: http://NiosII.cublog.cn
*
*/
#include
#include
int main (void)
{
//将printf的内容由stdout输出;
printf("This application
www.eeworm.com/read/321521/13403715
c test.c
/****************************************************************************
* 文件名:TEST.C
* 功能:MODEM接口应用实例。使用UART1发送AT指令控制MODEM拔号(#2),
* 连接成功后发送数据"EasyARM2200---MODEM"。
* 说明:
**************
www.eeworm.com/read/316873/13515347
asm rs485.asm
//-----------------------------------------------------------------------------
// 版权归新华龙电子公司所有
//-----------------------------------------------------------------------------
//
//文件名: RS485.ASM