代码搜索结果
找到约 10,000 项符合
AVR 的代码
avr_usb_disk.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
avr_usb_disk.prj
[Compiler Options]
Edit1=C:\icc\include\
Edit2=C:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=512
ComboBox2=0
RadioGroup1=0
Edi
avr_usb_disk.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -l -g -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -m -g -dram_end:0x25f -bdata:0x60.0x25f -Wl-W -bfunc_lit:0.0x2000 -dhwstk_size:16 -fihx_c
avr_usb_disk.lst
__start:
__text_start:
0137 E5CF LDI R28,0x5F
0138 E0D2 LDI R29,2
0139 BFCD OUT P3D,R28
013A BFDE OUT P3E,R29
013B 51C0 SUBI R28,0x10
013C 40D0
avr_xqv12.h
#define TRUE 0xff //真
#define FALSE 0x00 //假
#define null 0x00 //空
#define Open_LED PORTA|=0x10 //使能LED
#define Close_LED PORTA&=~0x10 //关闭LED
#define LED PORT
avr_xqv12.h
#define TRUE 0xff //真
#define FALSE 0x00 //假
#define null 0x00 //空
#define Open_LED PORTA|=0x10 //使能LED
#define Close_LED PORTA&=~0x10 //关闭LED
#define LED PORT