代码搜索:PWM
找到约 10,000 项符合「PWM」的源代码
代码结果 10,000
www.eeworm.com/read/260036/11750093
set pwm_generator.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyName=SPCE060A_061A
[SetLink]
ExeFile=1
Output=.\Debug
www.eeworm.com/read/260036/11750096
spj pwm_generator.spj
#Sunplus Debeloper Project File - Name = SunplusIDE
#Sunplus Developer Generated Build File Format Version V1.00
#**DO NOT EDIT**
#TARTYPE (SPCE060A_061A)Application
CFG=Debug
# Begin Project
www.eeworm.com/read/260036/11750104
h pwm_generator.h
#ifndef __PWM_GENERATOR_H__
#define __PWM_GENERATOR_H__
// write your header here
#endif
www.eeworm.com/read/346140/11765511
vhd pwm5.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity pwm5 is
port(dout:in std_logic_vector(7 downto 0);
pwm5:out std_logic);
end;
architecture one of pwm5 is
be
www.eeworm.com/read/346140/11765528
vhd pwm4.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity pwm4 is
port(dout:in std_logic_vector(7 downto 0);
pwm4:out std_logic);
end;
architecture one of pwm4 is
be
www.eeworm.com/read/346140/11765532
bsf pwm4.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/346140/11765549
vhd pwm2.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity pwm2 is
port(dout:in std_logic_vector(7 downto 0);
pwm2:out std_logic);
end;
architecture one of pwm2 is
be
www.eeworm.com/read/346140/11765557
bsf pwm2.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/346140/11765567
bsf pwm5.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/346140/11765583
vhd pwm3.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity pwm3 is
port(dout:in std_logic_vector(7 downto 0);
pwm3:out std_logic);
end;
architecture one of pwm3 is
be