代码搜索结果

找到约 7,992 项符合 Motor 的代码

motor.c

// ICC-AVR application builder : 2007-5-5 21:20:44 // Target : M16 // Crystal: 8.0000Mhz // Project: auto car #include "main.h" /************************************function description*******

motor.lst

__text_start: __start: 002A E5CF LDI R28,0x5F 002B E0D4 LDI R29,4 002C BFCD OUT 0x3D,R28 002D BFDE OUT 0x3E,R29 002E 51C0 SUBI R28,0x10 002F 40D

motor.o

XL H 1 areas 7 global symbols M motor.c A text size 46 flags 0 dbfile F:\开发\C程序开发\AVR\motor\motor.c dbfunc e forward 0 fV dbline FFFFFFFF 0 dbline 4 0 dbline 5 0 dbline 6 4 dbline FFFFFFFE 8

motor.lis

.module motor.c .area text(rom, con, rel) 0000 .dbfile F:\开发\C程序开发\AVR\motor\motor.c 0000 .dbfunc e forward _fo

motor.prj

[Compiler Options] Edit1=C:\PROGRA~1\icc\include\ Edit2=C:\PROGRA~1\icc\lib\ Edit8= CheckBox1=0 CheckBox2=1 Edit3= Edit4= Edit11=16 Edit13= ComboBox1=0 Edit9=16384 Edit10=1024 ComboBox2=9

motor.mak

CC = iccavr CFLAGS = -IC:\PROGRA~1\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LC:\PROGRA~1\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -d

motor.s

.module motor.c .area text(rom, con, rel) .dbfile F:\开发\C程序开发\AVR\motor\motor.c .dbfunc e forward _forward fV .even _forward:: .dbline -1 .dbline 4 ; #include "main.h" ; ; void forwa

motor.h

#ifndef motor_h #define motor_h 1 extern void car_stop(void); extern void back_right(void); extern void for_right(void); extern void back_left(void); extern void for_left(void); extern

motor.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------