代码搜索:硬件中断
找到约 10,000 项符合「硬件中断」的源代码
代码结果 10,000
www.eeworm.com/read/456941/7336656
lis 外部中断.lis
.module _外部中断.c
.area text(rom, con, rel)
0000 .dbfile E:\xiaozhiyong2009\设计资料\项目设计\mega8_C语言常用程序\ICCAVR_mega8_外部中断\外部中断.c
www.eeworm.com/read/456941/7336657
prj 外部中断.prj
[Compiler Options]
Edit1=
Edit2=
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=30
Edit13=
ComboBox1=0
Edit9=8192
Edit10=1024
ComboBox2=14
RadioGroup1=0
Edit15=
CheckBox6=0
Edit1
www.eeworm.com/read/456941/7336658
c 外部中断.c
//ICC-AVR application builder : 2009-3-10 17:06:48
// Target : M8
// Crystal: 8.0000Mhz
#include
#include
unsigned char i=0;
void port_init(void)
{
PORTB = 0x00;
DD
www.eeworm.com/read/456941/7336661
mak 外部中断.mak
CC = iccavr
CFLAGS = -e -D__ICC_VERSION="7.14C" -DATMega8 -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -g -e:0x2000 -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0
www.eeworm.com/read/456941/7336662
_c 外部中断._c
//ICC-AVR application builder : 2009-3-10 17:06:48
// Target : M8
// Crystal: 8.0000Mhz
#include
#include
unsigned char i=0;
void port_init(void)
{
PORTB = 0x00;
DD
www.eeworm.com/read/456941/7336663
pwi 外部中断.pwi
www.eeworm.com/read/456941/7336664
lst 外部中断.lst
__text_start:
__start:
1C E5CF LDI R28,0x5F
1D E0D4 LDI R29,4
1E BFCD OUT 0x3D,R28
1F BFDE OUT 0x3E,R29
20 51CE SUBI R28,0x1E
21 40D
www.eeworm.com/read/456941/7336665
dbg 外部中断.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR E:\xiaozhiyong2009\设计资料\项目设计\mega8_C语言常用程序\ICCAVR_mega8_外部中断\
FILE 外部中断.c
FUNC port_init 7C fV
BLOCK 10 7C
LINE 10 7C
LINE 11 7C