代码搜索:PD协议
找到约 10,000 项符合「PD协议」的源代码
代码结果 10,000
www.eeworm.com/read/351776/10611189
lst pd.lst
__start:
__text_start:
13 E5CF LDI R28,0x5F
14 E0D4 LDI R29,4
15 BFCD OUT 0x3D,R28
16 BFDE OUT 0x3E,R29
17 51CE SUBI R28,0x1E
18 40D
www.eeworm.com/read/351776/10611194
mp pd.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/351776/10611210
prj pd.prj
[Compiler Options]
Edit1=\"C:\Program Files\ICCAVR\include\"
Edit2=\"C:\Program Files\ICCAVR\lib\"
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=30
Edit13=
ComboBox1=0
Edit9=8192
Edi
www.eeworm.com/read/351776/10611213
_c pd._c
//ICC-AVR application builder : 2008-08-28 8:30:08
// Target : M8
// Crystal: 8.0000Mhz
#include
#include
void port_init(void)
{
PORTB = 0x00;
DDRB = 0xFF;
PORTC
www.eeworm.com/read/351776/10611222
mak pd.mak
CC = iccavr
CFLAGS = -IC:\PROGRA~1\ICCAVR\include -e -D__ICC_VERSION="7.14C" -DATMega8 -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\PROGRA~1\ICCAVR\lib -g -e:0x2000
www.eeworm.com/read/351776/10611244
pwi pd.pwi
www.eeworm.com/read/351776/10611248
o pd.o
XL
H 1 areas 3 global symbols
M pd.c
A text size 46 flags 0
dbfile f:\MYDOCU~1\AVR\test\pd.c
dbfunc e port_init 0 fV
dbline FFFFFFFF 0
dbline 9 0
dbline A 0
dbline B 4
dbline C 8
dbline D A
www.eeworm.com/read/351776/10611253
lis pd.lis
.module pd.c
.area text(rom, con, rel)
0000 .dbfile f:\MYDOCU~1\AVR\test\pd.c
0000 .dbfunc e port_init _port_in
www.eeworm.com/read/351776/10611260