代码搜索:多时钟域

找到约 10,000 项符合「多时钟域」的源代码

代码结果 10,000
www.eeworm.com/read/396354/8111226

txt 2.txt

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity digital_clk is port(clk:in std_logic;--------------------------------------------------时钟信号 clr:in
www.eeworm.com/read/396354/8111765

txt ok.txt

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity digital_clk is port(clk:in std_logic;--------------------------------------------------时钟信号 clr:in
www.eeworm.com/read/333805/12660471

html 14.html

跟随鼠标的时钟 dCol='red'; fCol='purple'; sCol='blue'; mCol='teal'; hCol='fuchsia'; ClockHeight=40; ClockWidth=40; ClockF
www.eeworm.com/read/245855/12777166

asm wl010.asm

;******************************************************************************** ;* 标题: 伟纳电子ME300B单片机开发系统演示程序 - 数码管显示简易电子时钟 * ;* 文件: wl010.asm
www.eeworm.com/read/144234/12806431

h c8051f.h

#ifndef _C8051F020_ #define _C8051F020_ #include #define SYSCLK 11059200 // 系统时钟取自外部晶体 #define DEBUG 0 /*--------------------------------------------------------------
www.eeworm.com/read/329712/12937438

h variant.h

//data type #define uint unsigned int #define ulong unsigned long #define uchar unsigned char #define nop() _nop_() //Global Constant #define SYSCLK 18432000 //系统时钟 #define Diam 1 #
www.eeworm.com/read/321427/13405021

asm 液晶显示子程序.asm

;---------------------------------------------------------------------------- pot_ud bit p3.4 ;液晶对比度调节方向 pot_inc bit p3.5 ;液晶对比度调节时钟 pot
www.eeworm.com/read/312755/13605411

c 340_i2c.c

#include #define uchar unsigned char #define uint unsiged int #define SYSCLK 12000000 // 12M内部时钟 #define SMB_FREQUENCY 50000
www.eeworm.com/read/307021/13732913

vhd shift_circle2.vhd

LIBRARY IEEE; USE ieee.std_logic_1164.all ; ENTITY shift_circle2 IS PORT( clk : IN STD_logic; --时钟 ena : IN STD_logic; --移位使能 reset :
www.eeworm.com/read/307021/13732914

vhd rom256_8.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ENTITY rom256_8 IS PORT( addr: IN INTEGER RANGE 0 TO 255; --地址信号 clk : IN STD_LOGIC; --时钟 d