代码搜索结果
找到约 5,134 项符合
USART 的代码
软件模拟usart.txt
转:软件模拟<mark>USART</mark>
在用单片机开发各种嵌入式应用系统时,异步串行通信是经常要用到的一种通信模式,很多应用中还要求实现多路异步串行通信。大家平时熟悉的各种厂家的单片机,绝大部分片上只提供一个硬件UART模块,利用它可以方便实现一路串行通讯。PIC系列单片机也不例外,在其丰富的产品家族成员中,除高端系列(PIC17/18)一些型号片上带有两路硬件UART模块外,其它大部分型号 ...
usart.c
/***********************************************************
文件名称: USART.c
作 者: ADVANCE-007
版 本: V1.0
说 明: 关于串口的最底层函数,供上层调用 , 晶体:4MHZ
修改记录:
***************************************************
usart.h
/***********************************************************
文件名称: USART.H
作 者: ADVANCE-007
版 本: V1.0
说 明: 关于串口的最底层函数,供上层调用 , 晶体:4MHZ
修改记录: 20070308
******************************************
mac2.h
#include
void InitAppConfig(void);
void InitializeBoard(void);
usart.c
/**************************** 包含库函数 *******************************/
#include
#include
#include
#include "usart.h"
/************************************
usart2.c
// AVR306: Using the AVR UART in C
// Routines for interrupt controlled USART
// Last modified: 02-06-21
// Modified by: AR
/* Includes */
#include
#include
/* UART Buf
usart1.c
// AVR306: Using the AVR UART in C
// Routines for polled USART
// Last modified: 02-06-21
// Modified by: AR
/* Includes */
#include
/* Prototypes */
void USART0_Init( unsigned
motor_ce.lk
delay.o ICP.o motor_ce.o usart.o
usart.s
.module usart.c
.area text(rom, con, rel)
.dbfile C:\DOCUME~1\www\桌面\motor_ce\usart.c
.dbfunc e Usart_Tx _Usart_Tx fV
; data -> R16
.even
_Usart_Tx::
.dbline -1
.dbline 5
; #
includes._h
#ifndef _INCLUDES_H
#define _INCLUDES_H
#endif
#include
#include
#include "usart.h"
#include "delay.h"
#include "ICP.h"
#include "Spi.h"