代码搜索结果

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

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

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

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

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

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

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)

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);//初始化