代码搜索结果

找到约 10,000 项符合 AVR 的代码

avr325.c~

#include //#include #define xtal 8 /**************************************************** 定义管脚名称 *****************************************************/ #defin

avr325.i

// CodeVisionAVR C Compiler // (C) 1998-2005 Pavel Haiduc, HP InfoTech S.R.L. // I/O registers definitions for the ATmega325 #pragma used+ sfrb PINA=0; sfrb DDRA=1; sfrb PORTA=2; sfrb PINB=3

avr325.inc

.DEF _csd=R2 _0: .DB 0x63,0x73,0x64,0x0 ;GPIOR0-GPIOR2 INITIALIZATION .EQU __GPIOR0_INIT=0x00 .EQU __GPIOR1_INIT=0x00 .EQU __GPIOR2_INIT=0x00 __GLOBAL_INI_TBL: .DW 0 _0x2C:

avr325.vec

;INTERRUPT VECTORS JMP __RESET JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0

avr325.hex

:100000000C942F000C9400000C9400000C94000041 :100010000C9400000C9400000C9400000C94000060 :100020000C9400000C9400000C9400000C94000050 :100030000C9400000C9400000C9400000C94000040 :100040000C9400000C9

adc_avr.c

/* ------------------------------------------------------------------------ File : adc_avr.c Descr : Functions for controlling the ELMB's ATmega103 onchip 8-channel 10-bit ADC ADC.

adc_avr.h

/* ------------------------------------------------------------------------ File : adc_avr.h Descr : Headerfile for adc_avr.c (with ATmega103 onchip 8-channel 10-bit ADC). History: 21NOV.00;