代码搜索结果
找到约 10,000 项符合
USART 的代码
irq_usart.s
;------------------------------------------------------------------------------
;- ATMEL Microcontroller Software Support - ROUSSET -
;----------------------------------------------------
interrupt_usart.lst
1 .code 16
2 .file "interrupt_Usart.c"
10 .Ltext0:
11 .section .text.Trace_Toggel_LED,"ax",%progbits
12 .align
interrupt_usart.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
usart2.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
usart2.inc
;------------------------------------------------------------------------------
;- ATMEL Microcontroller Software Support - ROUSSET -
;----------------------------------------------------
irq_usart.s
;------------------------------------------------------------------------------
;- ATMEL Microcontroller Software Support - ROUSSET -
;----------------------------------------------------
usart_14.asm
;; The purpose of this program is to test gpsim's ability to simulate
;; USART in the 14bit core.
list p=16c74
__config _wdt_off
include "p16c74.inc"
#define RX_BUF_SIZE 0x10
cblock 0x20
at91_usart.h
/*
* at91_usart.h
* this file defines usart information on AT91X40
* for Atmel AT91 serial driver
*
* Bugs report: li ming ( lmcs00@mails.tsinghua.edu.cn )
*
*/
#ifndef
at91_usart.c
/*
* at91_usart.c
* this file implement usart driver on AT91X40
* for Atmel AT91 serial port comunication
*
* Bugs report: li ming ( lmcs00@mails.tsinghua.edu.cn )
*
*/
#include "at91
interrupt_usart.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------