代码搜索:PWM驱动
找到约 10,000 项符合「PWM驱动」的源代码
代码结果 10,000
www.eeworm.com/read/7225/109592
c fet110_pwm.c
//*******************************************************************************
// MSP-FET430X110 Demo - PWM Generation using timer_A in upmode and ACLK
//
// Description; Generate PWM output o
www.eeworm.com/read/7268/114320
c fet410_pwm.c
/***********************************************************************/
/* pwm413.c 2000-05-11 */
/*
www.eeworm.com/read/7268/114335
c fet110_pwm.c
//*******************************************************************************
// MSP-FET430X110 Demo - PWM Generation using timer_A in upmode and ACLK
//
// Description; Generate PWM output o
www.eeworm.com/read/7326/115430
h pwm_timer_b.h
#ifndef __PWM_TIMER_B
#define __PWM_TIMER_B
void TimerBInit();
void SetScale(unsigned int sc);
void SetFre(unsigned int fre);
unsigned char GoPwm(unsigned char doit);
#endif
www.eeworm.com/read/7326/115433
c pwm_timer_b.c
/*******************************************************************************
文件名:pwm_timer_b.c
编写者:czhang
描述:使用定时器B进行PWM输出。输出的频率和占空比由串行口发送来的指令确定。
版本: 1.0 2005-2-20
***************************
www.eeworm.com/read/7410/116734
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/7410/116736
opt timermode6_pwm.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/7410/116775
uv2 capcom_pwm.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Simulator), 0x0000 // Tools: 'MCS-51'
Target (MCB900 - Run), 0x0000 // Tools: 'MCS-51'
Target (EPM900 - Emulator), 0x0000 // T
www.eeworm.com/read/7734/130542
c dc_dc_pwm.c
//###########################################################################
//
// FILE: DC_DC_PWM.c
//
// TITLE: DC/DC PWM control program.
//
//#############################################
www.eeworm.com/read/7734/130569