代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/104382/15696453
c if_ppp.c
/* if_ppp.c - Point-to-Point Protocol (PPP) Asynchronous driver */
/* Copyright 1996 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/* $NetBSD: if_ppp.c,v 1.20 1994/10/30 21:48:52 cgd Exp $
www.eeworm.com/read/291453/8417581
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/390924/8433374
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/429611/8799082
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/379647/9190680
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/166954/9988223
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/164962/10080319
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/353811/10416464
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/421154/10752600
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/272612/10951844
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