代码搜索结果
找到约 10,000 项符合
USART 的代码
usart_test.prjpcbstructure
Record=TopLevelDocument|FileName=USART_TEST.SCHDOC
usart_test.prjpcb
[Design]
Version=1.0
HierarchyMode=0
ChannelRoomNamingStyle=0
OutputPath=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
Timesta
usart_main.c
/***********************************************
**** AVR USART串口使用范例 ***
**** ***
**** 作者: HJJourAVR ***
**** 编译器
test_usart.h
/*********************************************************************
目 的: 建立调试用串口库
目标系统: 基于AVR单片机
usart.o.d
usart.o: usart.c atmega.h C:/WinAVR/avr/include/avr/io.h \
C:/WinAVR/avr/include/avr/sfr_defs.h C:/WinAVR/avr/include/inttypes.h \
C:/WinAVR/avr/include/stdint.h C:/WinAVR/avr/include/avr/iom48.
usart.dp2
usart.o: C:/PROGRA~1/icc/include/iom16v.h C:/PROGRA~1/icc/include/macros.h
usart1.c
#include "includes.h"
#define SYSCLK 7372870/2 //XT
#define BAUDRATE2 9600
#define UART1_TX_TRIS TRISFbits.TRISF3
#define UART1_RX_TRIS TRISFbits.TRISF2
#define BAUDRATEREG2 SYSCL