代码搜索结果

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

main_0.lst

C51 COMPILER V7.06 MAIN_0 05/21/2009 11:42:54 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE MAIN_0 OBJECT MODULE PLACED IN

atmega128.h

#ifndef _ATMEGA128_H_ #define _ATMEGA128_H_ #include #include /*Function Declared*/ /*利用atmega128的8位定时器Timer0的输出比较匹配单元产生定时中断,程序中设定为200Hz(5ms)*/ void init_timer0(

atmel_88_8.h

#if defined (__AVR_ATmega8__) #define mcINT0Init MCUCR |=_BV(ISC01); ;SetBit(GIFR,INTF0);SetBit(GICR,INT0); #elif defined (__AVR_ATmega88__) #define mcINT0Init EICRA |= _BV(ISC01);SetBit(EIFR

main.h

#include #include #include #include #include #include #define SetBit(port,bit) (port |= (1

atmel_88_8.h

#if defined (__AVR_ATmega8__) #define mcINT0Init MCUCR |=_BV(ISC01); ;SetBit(GIFR,INTF0);SetBit(GICR,INT0); #elif defined (__AVR_ATmega88__) #define mcINT0Init EICRA |= _BV(ISC01);SetBit(EIFR

adc.map

Archive member included because of file (symbol) C:/WinAVR/bin/../lib/gcc/avr/3.4.1/avr4\libgcc.a(_copy_data.o) adc.o (__do_copy_data) C:/WinAVR/bin/../lib/gcc/avr/3

macros.h

#ifndef __MACROS_H #define __MACROS_H 1 /* FOR ATMEL AVR and TINY AVR ONLY! */ #ifndef BIT #define BIT(x) (1

delay.c

/* Precise Delay Functions V 0.51, Martin Thomas, 9/2004 & 1/2005 See also delay.h. Inspired by the avr-libc's loop-code */ #include #include #i

uart.c

/************************************************************************* Title: Interrupt UART library with receive/transmit circular buffers Author: Peter Fleury http://

main.lis

.module main.c .area data(ram, con, rel) 0000 _Key0_Flag:: 0000 .blkb 1 .area idata 0000 00