代码搜索:AVR UART 232
找到约 10,000 项符合「AVR UART 232」的源代码
代码结果 10,000
www.eeworm.com/read/257734/11914529
avr led.avr
.INCLUDE "8515DEF.INC" ;CPU配置文件
.ORG $0000
RJMP RESET ;上电复位跳转到主程序
.ORG $0013 ;代码段定位,跳过中断区
RESET:
LDI R16,LOW(RAMEND) ;设置堆栈指针
OUT SPL,R16
LDI R16,HIGH(RAMEND)
OUT SPH,R16
www.eeworm.com/read/343213/11963640
dsn avr.dsn
www.eeworm.com/read/343139/11969903
pdf avr.pdf
www.eeworm.com/read/341475/12082882
exe avr.exe
www.eeworm.com/read/233810/14134700
inc avr.inc
;------------------------------------------------;
; Constants
.equ RAMTOP = 0x60 ; SRAM top address
.equ RAMTOP100 = 0x100 ; For memory mapped I/O devices
.equ bit0 = 0b00000001
.equ bit1
www.eeworm.com/read/127805/14332949
h avr.h
/* $Id: AVR.h,v 1.4 2000/09/24 12:57:54 pure Exp $ */
#ifndef __AVR_h__
#define __AVR_h__
#include "Types.h"
#include "Device.h"
#include "Storage.h"
#include "Register.h"
#include "RegisterSet.h"
#
www.eeworm.com/read/127805/14332983
cc avr.cc
/* $Id: AVR.cc,v 1.5 2000/09/24 12:57:54 pure Exp $ */
#include
#include
#include "AVR.h"
#include "AVR_UART.h"
AVR::AVR(unsigned ramsize, unsigned romsize, unsigned model,
www.eeworm.com/read/222703/14679502
h avr.h
#ifndef __SETJMP_H
#define __SETJMP_H
#if defined(_HC12) || defined(_HC11)
#define _JMPBUF_SIZ 3 /* pc,
www.eeworm.com/read/219243/14890569
h avr.h
//***********************************************************************************************
// avr.h avr module header file
// 2006,4,8 sl.com.cn
// Compiler WINAVR 20060421
// Copyr
www.eeworm.com/read/117841/14902763