代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="pwm"
ProjectDir="E:\MYDSP\DSK2812\C\pwm\"
ProjectType=Executable
CPUFamily=TMS320C2
pwm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="pwm"
ProjectDir="E:\MYDSP\DSK2812\C\pwm\"
ProjectType=Executable
CPUFamily=TMS320C2
pwm.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit ENA=P1^0; /* L298的Enable A */
sbit IN1=P1^1; /* L298的Input 1 */
sbit IN2=P1^2; /* L298的Input 2 */
uchar i,j;
void
pwm.o
XL
H 4 areas 17 global symbols
M PWM.C
S mpy8s Ref0000
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S div16u Ref0000
S mpy16s Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref000
pwm.mak
CC = iccavr
CFLAGS = -Ic:\icc\include\ -e -l -g -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -Lc:\icc\lib\ -g -Wl-W -bfunc_lit:0x22.0x2000 -dram_end:0x25f -bdata:0x60.0x25f -dhwstk_size:16 -beepro
pwm._c
//***************FileName:Capature.C***************//
//***************ICCAVR V6.30编译*****************//
#include
#define uchar unsigned char
#define uint unsigned
pwm.s
.module PWM.C
.area data(ram, con, rel)
_Table::
.blkb 2
.area idata
.byte 63,6
.area data(ram, con, rel)
.blkb 2
.area idata
.byte 91,'O
.area data(ram, con, rel)
.blkb 2
.are