代码搜索:asynchronous

找到约 2,366 项符合「asynchronous」的源代码

代码结果 2,366
www.eeworm.com/read/145129/12752305

txt 带同步复位的状态机.txt

-- State Machine with Asynchronous Reset -- dowload from: www.fpga.com.cn & www.pld.com.cn library ieee; use ieee.std_logic_1164.all; entity stmch1 is port(clk, in1, rst: in std_logic;
www.eeworm.com/read/145059/12754611

txt 带同步复位的状态机.txt

-- State Machine with Asynchronous Reset -- dowload from: www.fpga.com.cn & www.pld.com.cn library ieee; use ieee.std_logic_1164.all; entity stmch1 is port(clk, in1, rst: in std_logic;
www.eeworm.com/read/332182/12774351

txt 带同步复位的状态机.txt

-- State Machine with Asynchronous Reset library ieee; use ieee.std_logic_1164.all; entity stmch1 is port(clk, in1, rst: in std_logic; out1: out std_logic); end stmch1; architecture be
www.eeworm.com/read/143516/12868792

c ahdlc.c

/* Asynchronous HDLC routines */ #include "global.h" #include "ahdlc.h" #include "crc.h" #include "trace.h" /******/ static uint8 *putbyte(uint8 *,uint8); void init_hdlc(hp,maxsize) struct
www.eeworm.com/read/139685/13139908

txt state_areset.txt

-- State Machine with Asynchronous Reset -- dowload from: www.fpga.com.cn & www.pld.com.cn library ieee; use ieee.std_logic_1164.all; entity stmch1 is port(clk, in1, rst: in std_logic;
www.eeworm.com/read/137022/13347521

c ahdlc.c

/* Asynchronous HDLC routines */ #include "global.h" #include "ahdlc.h" #include "crc.h" #include "trace.h" /******/ static uint8 *putbyte(uint8 *,uint8); void init_hdlc(hp,maxsize) struct
www.eeworm.com/read/319921/13439530

txt 带同步复位的状态机.txt

-- State Machine with Asynchronous Reset -- dowload from: www.fpga.com.cn & www.pld.com.cn library ieee; use ieee.std_logic_1164.all; entity stmch1 is port(clk, in1, rst: in std_logic;
www.eeworm.com/read/317156/13509503

h at91rm9200dk.h

#ifndef __ASSEMBLER__ typedef unsigned long u_32; typedef unsigned short u_16; typedef unsigned char u_8; /* ARM asynchronous clock */ #define ARM_CLK ((u_32)(60000000)) #else #define ARM_CLK
www.eeworm.com/read/316203/13528456

txt state_areset.txt

-- State Machine with Asynchronous Reset -- dowload from: www.fpga.com.cn & www.pld.com.cn library ieee; use ieee.std_logic_1164.all; entity stmch1 is port(clk, in1, rst: in std_logic;
www.eeworm.com/read/312754/13605441

txt 带同步复位的状态机.txt

-- State Machine with Asynchronous Reset -- dowload from: www.fpga.com.cn & www.pld.com.cn library ieee; use ieee.std_logic_1164.all; entity stmch1 is port(clk, in1, rst: in std_logic;