代码搜索:如何学习 PWm?
找到约 10,000 项符合「如何学习 PWm?」的源代码
代码结果 10,000
www.eeworm.com/read/342086/12041994
c tc1_pwm.c
#include
#define uchar unsigned char
void Init_time1()
{
DDRD=0xff;
PORTD=0x00;
TCCR1A=0xc3;
TCCR1B=0x0a;//10位快速PWM 先0后1 8分频
OCR1AH=0x03;
OCR1AL=0xff;
}
void main()
{
DDRB=0xff
www.eeworm.com/read/152774/12085896
c timermode6_pwm.c
// timermode6_pwm.c
// Christian Kulig, 10/29/02
//
// This sample creates a PWM signal on port P0.7 using a standard timer.
// It sets up the mode 6 (PWM mode) and varies the duty cycle.
#in
www.eeworm.com/read/255333/12088860
__i 1stime_pwm.__i
-c -cpu ARM7TDMI -g -O0 -o "1stime_pwm.o" "1stime_pwm.c"
www.eeworm.com/read/255333/12089043
o 1stime_pwm.o
www.eeworm.com/read/254346/12143551
c ads8364_pwm.c
//###########################################################################
//
// FILE: DSP28_PieVect.c
//
// TITLE: DSP28 Devices PIE Vector Table Initialization Functions.
//
//#############
www.eeworm.com/read/340059/12183949
o pwm8int.o
XH
H 3 areas 1 global symbols
M pwm8int.asm
A text size 0 flags 0
dbfile lib/pwm8int.asm
dbfunc 0 ? 0 I
dbfile memory.inc
dbfunc 0 ? 0 I
dbfile lib/pwm8int.asm
dbfunc 0 ? 0 I
dbfile PWM8.inc
www.eeworm.com/read/340059/12184024
o pwm8_1.o
XH
H 3 areas 24 global symbols
M pwm8_1.asm
A text size 0 flags 0
dbfile lib/pwm8_1.asm
dbfunc 0 ? 0 I
dbfile memory.inc
dbfunc 0 ? 0 I
dbfile lib/pwm8_1.asm
dbfunc 0 ? 0 I
dbfile PWM8_1.inc
www.eeworm.com/read/340059/12184068
lis pwm8_1.lis
0000 ;;*****************************************************************************
0000 ;;*****************************************************************************
0000
www.eeworm.com/read/340059/12184074
lis pwm8int.lis
0000 ;;*****************************************************************************
0000 ;;*****************************************************************************
0000
www.eeworm.com/read/340059/12184186
asm pwm8int.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: PWM8INT.asm
;; Versio