代码搜索结果

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

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://

spi.h

#ifndef _SPI_H_ #define _SPI_H_ #include #include #define Device_EN() PORTB&=0B11111110 #define Device_DIS() PORTB|=0B00000001 #define DD_MOSI 2 #define DD_SCK 1

lcd_app.o.d

LCD_APP.o: ../LCD/LCD_APP.c ../LCD/LCD_APP.h ../LCD/LCD_ASCII.h \ ../LCD/lcd.h c:/winavr-20070525/bin/../avr/include/avr/io.h \ c:/winavr-20070525/bin/../avr/include/avr/sfr_defs.h \ c:/winav

mp3_player_06.o.d

mp3_player_06.o: ../mp3_player_06.c \ c:/winavr-20070525/bin/../avr/include/avr/io.h \ c:/winavr-20070525/bin/../avr/include/avr/sfr_defs.h \ c:/winavr-20070525/bin/../avr/include/inttypes.h

mp3_player_06.map

Archive member included because of file (symbol) c:/winavr-20070525/bin/../lib/gcc/avr/4.1.2/avr5\libgcc.a(_mulsi3.o) mp3_player_06.o (__mulsi3) c:/winavr-20070525/b

atmega128.h

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

macros.h

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

main.map

Archive member included because of file (symbol) C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr5\libgcc.a(_copy_data.o) main.o (__do_copy_data) C:/WinAVR/bin/../lib/gcc/avr/

qsidgain.c

/* ITU-T G.729 Annex C+ - Reference C code for floating point implementation of G.729 Annex C+ (integration of Annexes B, D and E)