代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/371090/9568631
txt 4 位数字频率计控制模块.txt
4 位数字频率计控制模块
module fre_ctrl(clk,rst,count_en,count_clr,load);
output count_en,count_clr,load;
input clk,rst;
reg count_en,load;
always @(posedge clk)
begin
if(rst) begin count_en=0; load=1; en
www.eeworm.com/read/169774/9838591
v i2cslave.v
各位朋友,以下是我的一个模拟I2C从设备的 verilog代码,但是在maxplux下老是编译不通过,有兴趣的朋友,能否一起探讨一下。联系方式:pjultra@163.com
`timescale 1ns/1ns
`define timeslice 100
module i2c_slave(main_rst_,scl,sda,s_rst,fan_ctrl,fan_alter);
input
www.eeworm.com/read/365007/9883042
asm irq.asm
//==================================================================
//文件名称:IRQ.asm
//功能描述:中断程序。实现日期时间的调整,以及秒表的实现。
//维护记录:2006.7.31 by zhenlei
//==================================================
www.eeworm.com/read/168202/9934177
h _tvp51xx.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/167522/9966742
cpp masterdetaildlg.cpp
// masterdetailDlg.cpp : implementation file
//
#include "stdafx.h"
#include "masterdetail.h"
#include "masterdetailDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char
www.eeworm.com/read/166810/9997103
h _tvp51xx.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/166809/9997224
h _tvp51xx.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/166807/9997279
h _tvp51xx.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/359494/10143162
h timer2_64x.h
/******************************************************************************/
/* TIMER2_64x.H - TMS320C6x Peripheral Support Library Timers Support */
/* FUNCTIONS:
www.eeworm.com/read/163470/10159009
c idereset.c
#ifndef _IDEIO_DEFINE
#include "IDEIO.c"
#endif
BYTE IDEReset(BYTE bRestMode);
BYTE IDEReset(BYTE bRestMode)
{
register WORD i;
register BYTE status;
if (bRestMode==IDE_RESET_HARDWARE)