代码搜索结果
找到约 10,000 项符合
USART 的代码
usart_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
usart.dp2
usart.o: D:\dai\AVR_USART/includes.h D:\dai\AVR_USART/main.h D:\dai\AVR_USART/delay.h D:\dai\AVR_USART/lcd.h D:\dai\AVR_USART/usart.h D:/PROGRA~1/icc/include/iom16v.h D:/PROGRA~1/icc/include/macros.h
usart.dp2
usart.o: D:\dai\AVR_USART/includes.h D:\dai\AVR_USART/main.h D:\dai\AVR_USART/delay.h D:\dai\AVR_USART/lcd.h D:\dai\AVR_USART/usart.h D:/dai/PROTEUS_AVR/ULTRASONIC/ECHO/iom16v.h D:/dai/PROTEUS_AVR/ULT
usart1.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : main.c
* Author : MCD Application Team
* Date First Issued : 05/21/2007
* Descr
usart1.d
..\obj\usart1.o: usart1.c
..\obj\usart1.o: C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_lib.h
..\obj\usart1.o: C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_map.h
..\obj\usart1.o: C:\Keil\ARM\INC\ST\STM32F10x\s
usart1.h
/*--------------File Info-------------------------------------------------------
** 文 件 名: USART1.h
** 最后修改日期: 2008-3-26
** 版 本: V1.0
** 描 述: M64串口一驱动
usart1.c
/*******************************************************************************
**--------------File Info-------------------------------------------------------
** 文 件 名: USART1.c
** 最后修改日
usart1.s
.module USART1.c
.area vector(rom, abs)
.org 120
jmp _uart1_rx_isr
.area text(rom, con, rel)
; data -> R16
; status -> R18
.even
_uart1_rx_isr::
st -y,R2
st -y,R16