t13.asm

来自「AVR053 校正内部RC振荡器」· 汇编 代码 · 共 35 行

ASM
35
字号
;*****************************************************************
;* - Description:  Device definition file for RC Calibration
;* - File:         t13.asm
;* - AppNote:      AVR053 - Production calibration of the
;*                          RC oscillator
;*
;* - Author:       Atmel Corporation: http://www.atmel.com
;*                 Support email: avr@atmel.com
;*
;* $Name: AVR053_RELEASE_1_1 $
;* $Revision: 1.2 $
;* $RCSfile: t13.asm,v $
;* $Date: 2006/02/16 16:44:45 $
;*****************************************************************

.include "tn13def.inc"
.include "Common\memoryMap.inc"

.EQU OSC_VER = 4

#if __AVRASM_VERSION__ < 2000
	.message "Not AVRASM v.2 or higher. Including redefines for PORTB0/PORTB1"
	.equ	PB0	= PORTB0
	.equ	PB1	= PORTB1
#endif


.include "Device specific\t12_family_pinout.inc"

.equ	SPH	= 0x12
.equ	EEARH	= 0x12

.equ	TCCR0	= TCCR0B
.equ	TIFR	= TIFR0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?