代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/155522/11866977
v jk_rtl.v
/*********************************************************/
// MODULE: j-k flip flop
//
// FILE NAME: jk_rtl.v
// VERSION: 1.0
// DATE: January 1, 1999
// AUTHOR: Bob Zeidman, Zeidman Consul
www.eeworm.com/read/341658/12074398
vhd reg.vhd
-- Register set
-- size:(size) a generic
--
-- clk--posedge clock input
-- rst--asynchronous reset
-- pst--asynchronous preset
-- load--active high input loads register
-- d--register input
--
www.eeworm.com/read/149124/12402564
c ide-adma.c
/*
* linux/drivers/ide/ide-adma.c Version 0.00 June 24, 2001
*
* Copyright (c) 2001 Andre Hedrick
*
* Asynchronous DMA -- TBA, this is a holding file.
*
*/
www.eeworm.com/read/220284/14844422
c usart.c
#define USART_C
#include "includes.h"
void usart_putchar(char c)
{
if (c == '\n')
usart_putchar('\r');
while(UCSRA & (1
www.eeworm.com/read/218808/14905379
c ide-adma.c
/*
* linux/drivers/ide/ide-adma.c Version 0.00 June 24, 2001
*
* Copyright (c) 2001 Andre Hedrick
*
* Asynchronous DMA -- TBA, this is a holding file.
*
*/
www.eeworm.com/read/368473/9692310
c usart.c
#define USART_C
#include "includes.h"
void usart_putchar(char c)
{
if (c == '\n')
usart_putchar('\r');
while(UCSRA & (1
www.eeworm.com/read/363059/9969559
h runtime.h
/*0001*//*
/*0002./ * Copyright (c) 1998-2001 Sun Microsystems, Inc. All Rights Reserved.
/*0003./ *
/*0004./ * This software is the confidential and proprietary information of Sun
/*0005./ * Micr
www.eeworm.com/read/458598/7293586
ucf keyb.ucf
# Flash address bus
NET "flash_a" LOC = "p56";
NET "flash_a" LOC = "p63";
NET "flash_a" LOC = "p64";
NET "flash_a" LOC = "p54";
NET "flash_a" LOC = "p51";
NET "flash_a" L
www.eeworm.com/read/449013/7520132
h adv7171_reset.h
//----------head_file_start-----------
#define EBIU_AMGCTL 0xFFC00A00 // 16bit , EBIU Asynchronous Memory Global Control Register
#define EBIU_AMBCTL0 0xFFC00A04 // 32bit , EBIU Asynchronous Memor
www.eeworm.com/read/101082/6245785
3ncs pfm_inhibit_faults.3ncs
.\" @(#)pfm_inhibit_faults.3ncs 8.1 of 9/11/90
.TH pfm_inhibit_faults 3ncs
.SH Name
pfm_inhibit_faults \- inhibit asynchronous faults
.SH Syntax
.nf
#include
#include
vo