代码搜索:PWM
找到约 10,000 项符合「PWM」的源代码
代码结果 10,000
www.eeworm.com/read/229349/14344127
c pwm.c
/*****************************************************************************
* pwm.c: PWM module file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconduct
www.eeworm.com/read/229349/14344130
prj pwm.prj
# Standard Project file created by RVDEBUG. Do not hand edit unless
# you know what you are doing. Use the Settings Window
# Copyright (c) 2002 - ARM Ltd
$sARM_C22.stp
[PROJECT]
author_=USB00423
www.eeworm.com/read/229330/14344433
vhd pwm.vhd
-- -----------------------------------------
-- Simple PWM ! (and One-Bit DAC)
-- -----------------------------------------
-- (c) ALSE.
-- http://www.alse-fr.com
-- Bertrand Cuzeau
--
-- Thr
www.eeworm.com/read/229328/14344595
c pwm.c
#include /* derivative information */
#include "can.h"
#include "io.h"
#include "pwm.h"
#include "sci.h"
#include "timer.h"
void PWM_Init(void)
{
PWMCNT0 = 0;
PWMDTY0
www.eeworm.com/read/229217/14348608
v pwm.v
module pwm (clk4,inpwm,clk_odd,pwm_out,wr_pwm);
input clk4;
input[15:0] inpwm;
input wr_pwm;
output clk_odd;
output pwm_out;
reg clk_odd;
reg[11:0]
www.eeworm.com/read/229217/14348612
qsf pwm.qsf
# Copyright (C) 1991-2004 Altera Corporation
# Any megafunction design, and related netlist (encrypted or decrypted),
# support information, device programming or simulation file, and any oth
www.eeworm.com/read/229217/14348615
qpf pwm.qpf
# Copyright (C) 1991-2004 Altera Corporation
# Any megafunction design, and related netlist (encrypted or decrypted),
# support information, device programming or simulation file, and any oth
www.eeworm.com/read/229217/14348618
qws pwm.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=Workmode
ptn_Child3=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Workmode]
CurrentWorkmode=0
www.eeworm.com/read/228816/14362747