代码搜索:SWITCH
找到约 10,000 项符合「SWITCH」的源代码
代码结果 10,000
www.eeworm.com/read/450468/7483621
v switch.v
module switch(clk4,rst,swin,pulse);
input clk4,rst,swin;
output pulse;
reg swout;
assign pulse=swout;
always@(posedge clk4 or negedge rst)
begin
if(rst==1'b0)
swout
www.eeworm.com/read/449931/7493873
vhd switch.vhd
-- 库声明
library IEEE;
use IEEE.STD_LOGIC_1164.all;
-- 实体声明
entity switch is
port (
din1 : in STD_LOGIC;
din2 : in STD_LOGIC;
sel : in STD_LOGIC;
dout : out STD_LO
www.eeworm.com/read/449455/7504951
bmp switch.bmp
www.eeworm.com/read/449455/7505085
bmp switch.bmp
www.eeworm.com/read/448022/7541735
au switch.au
www.eeworm.com/read/443856/7621819
vhd switch.vhd
-- 库声明
library IEEE;
use IEEE.STD_LOGIC_1164.all;
-- 实体声明
entity switch is
port (
din1 : in STD_LOGIC;
din2 : in STD_LOGIC;
sel : in STD_LOGIC;
dout : out STD_LO
www.eeworm.com/read/442115/7659480
h switch.h
#define NU_SEM_EN 1
#define NU_QUEUE_EN 1
#define NU_MAILBOX_EN 1
#define NU_PIPE_EN 1
#define NU_EVENT_GROUP_EN 1
#define NU
www.eeworm.com/read/442005/7661394
c switch.c
#include "hpa449lib.h"
#include "sblcd_hpa449_sblcd.h"
void WaitForSwitch2()
{
// turn down arrow on
LCDM2 |= 0x08;
// wait for switch 2 to go low
while (P1IN & SWITCH_2_BIT)