代码搜索:SWITCH

找到约 10,000 项符合「SWITCH」的源代码

代码结果 10,000
www.eeworm.com/read/18422/787539

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/18515/792250

jhd switch.jhd

MODULE switch
www.eeworm.com/read/18515/792272

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/18518/792883

jhd switch.jhd

MODULE switch
www.eeworm.com/read/18518/792905

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/18521/793077

vhd switch.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity switch is Port ( vgadd : in std_logic_vector(14 downto 0); conva
www.eeworm.com/read/18590/796389

jhd switch.jhd

MODULE switch
www.eeworm.com/read/18590/796413

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/20273/834097

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)
www.eeworm.com/read/27857/868047

h switch.h

#ifndef __SWITCH_H #define __SWITCH_H #include "sys.h" //Mini STM32开发板 //LED驱动代码 //正点原子@ALIENTEK //2010/5/27 //LED端口定义 #define SWITCH1 PAout(3)// PA8 void SWITCH_Init(void);//初始化