代码搜索结果

找到约 10,000 项符合 PWM 的代码

fet410_pwm.c

/***********************************************************************/ /* pwm413.c 2000-05-11 */ /*

fet110_pwm.c

//******************************************************************************* // MSP-FET430X110 Demo - PWM Generation using timer_A in upmode and ACLK // // Description; Generate PWM output o

fet410_pwm.c

/***********************************************************************/ /* pwm413.c 2000-05-11 */ /*

fet110_pwm.c

//******************************************************************************* // MSP-FET430X110 Demo - PWM Generation using timer_A in upmode and ACLK // // Description; Generate PWM output o

fet410_pwm.c

/***********************************************************************/ /* pwm413.c 2000-05-11 */ /*

fet110_pwm.c

//******************************************************************************* // MSP-FET430X110 Demo - PWM Generation using timer_A in upmode and ACLK // // Description; Generate PWM output o

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

pwm_timer_b.c

/******************************************************************************* 文件名:pwm_timer_b.c 编写者:czhang 描述:使用定时器B进行PWM输出。输出的频率和占空比由串行口发送来的指令确定。 版本: 1.0 2005-2-20 ***************************

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