代码搜索:小信号
找到约 10,000 项符合「小信号」的源代码
代码结果 10,000
www.eeworm.com/read/17970/768663
vhd start_rtl.vhd
--4.3.4 信号与变量的区别
--例1. 使用变量和信号得到相同的结果
library IEEE;
use IEEE.std_logic_1164.all;
entity start_rtl is
port (
clk : in std_logic;
carryout: out std_logic
);
end entity;
www.eeworm.com/read/30649/1017134
a51 sh605.a51
;定义端口
SCL EQU P1.0;
SDA EQU P1.1;
;开始信号的传递
START: CLR SCL;
SETB SDA;
ACALL DELAY;
SETB SCL;
ACALL DELAY;
CLR SDA;
ACALL DELAY;
CLR SCL;
RET;
;停止信号的传递
STOP: CLR SCL;
CLR SD
www.eeworm.com/read/457775/1593289
v clock_gen.v
// Clock_Gen.v
/****************为LCD_Drvier模块产生500Hz的时钟信号**************/
module Clock_Gen(clk_48M,rst,clk_LCD);
input clk_48M,rst; //rst为全局复位信号(高电平有效)
output
www.eeworm.com/read/312729/3648316
h const.h
#ifndef HARD_H
#define HARD_H
//#define DECODER_DATA_SIGNAL_EMUIRQ /* decoder 数据信号中断在EMUIRQ上*/
#ifndef DECODER_DATA_SIGNAL_EMUIRQ
#define DECODER_DATA_SIGNAL_IRQ3 /* decoder 数据信号中断在IRQ3上*
www.eeworm.com/read/312725/3649092
h const.h
#ifndef HARD_H
#define HARD_H
#define DECODER_DATA_SIGNAL_EMUIRQ /* decoder 数据信号中断在EMUIRQ上*/
#ifndef DECODER_DATA_SIGNAL_EMUIRQ
#define DECODER_DATA_SIGNAL_IRQ3 /* decoder 数据信号中断在IRQ3上*/
www.eeworm.com/read/312725/3649301
h const.h
#ifndef HARD_H
#define HARD_H
//#define DECODER_DATA_SIGNAL_EMUIRQ /* decoder 数据信号中断在EMUIRQ上*/
#ifndef DECODER_DATA_SIGNAL_EMUIRQ
#define DECODER_DATA_SIGNAL_IRQ3 /* decoder 数据信号中断在IRQ3上*
www.eeworm.com/read/383333/2618554
h const.h
#ifndef HARD_H
#define HARD_H
#define DECODER_DATA_SIGNAL_EMUIRQ /* decoder 数据信号中断在EMUIRQ上*/
#ifndef DECODER_DATA_SIGNAL_EMUIRQ
#define DECODER_DATA_SIGNAL_IRQ3 /* decoder 数据信号中断在IRQ3上*/
www.eeworm.com/read/383333/2618702
h const.h
#ifndef HARD_H
#define HARD_H
//#define DECODER_DATA_SIGNAL_EMUIRQ /* decoder 数据信号中断在EMUIRQ上*/
#ifndef DECODER_DATA_SIGNAL_EMUIRQ
#define DECODER_DATA_SIGNAL_IRQ3 /* decoder 数据信号中断在IRQ3上*
www.eeworm.com/read/475934/6770052
vhd cnt10.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL; --有时钟使能的十进制计数器
ENTITY CNT10 IS
PORT (
CLK:IN STD_LOGIC; --计数时钟信号
CLR:IN STD_LOGIC; --清零信号
ENA:IN STD_LOGIC;
www.eeworm.com/read/413801/11142143
v clock_gen.v
// Clock_Gen.v
/****************为LCD_Drvier模块产生500Hz的时钟信号**************/
module Clock_Gen(clk_48M,rst,clk_LCD);
input clk_48M,rst; //rst为全局复位信号(高电平有效)
output