代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/351712/10616325
h configtime.h
#ifndef _CONFIGURETIME_H
#define _CONFIGURETIME_H
#define CONF_TIMER_ID (_ID_TIMER+1)
#define TI_BN 200
#define CONF_TIME_UP (TI_BN+1)
#define CONF_TIME_DOWN (TI_BN+2)
#define
www.eeworm.com/read/468753/6987514
v supercpsr.v
// To specify a specific mode, set SC_CTRL_Type = 10000 and SC_CTRL_Source to the mode you want
// See the defines file to see the available mode definitions, are in the form SC_CTRL_SELECT_SOURCE_XXX
www.eeworm.com/read/465319/7053073
v supercpsr.v
// To specify a specific mode, set SC_CTRL_Type = 10000 and SC_CTRL_Source to the mode you want
// See the defines file to see the available mode definitions, are in the form SC_CTRL_SELECT_SOURCE_XXX
www.eeworm.com/read/450851/7475701
f run.f
D:/cs8953/i2c/bench/i2c_slave_model.v
D:/cs8953/i2c/bench/wb_master_model.v
D:/cs8953/i2c/bench/tst_bench_top.v
D:/cs8953/i2c/rtl/i2c_master_bit_ctrl.v
D:/cs8953/i
www.eeworm.com/read/326576/13133856
c resource.c
/*
* Copyright (c): Coslight Group .co
* Filename : resourse.c
* Describe : GUI resourse window and control
* Author : Li Dawen
* Create Date : 2002.04.27
* Version : 0.1.0
www.eeworm.com/read/259068/11823533
asm isr.asm
.INCLUDE a2000.inc
.INCLUDE hardware.inc
.TEXT
.PUBLIC _FIQ
_FIQ:
push r1,r5 to [sp]
r1 = C_FIQ_TMA
test r1,[P_INT_Ctrl]
jnz L_FIQ_TimerA
r1 = C_FIQ_TMB
test r1,[P_IN
www.eeworm.com/read/258006/11895707
c main.c
#include
#include
#include "lcd.h"
/*------------------------------------主函数-------------------------------------------*/
int main(void)
{
LCM_DATA_PORT=0x
www.eeworm.com/read/225948/14510035
v supercpsr.v
// To specify a specific mode, set SC_CTRL_Type = 10000 and SC_CTRL_Source to the mode you want
// See the defines file to see the available mode definitions, are in the form SC_CTRL_SELECT_SOURCE_XXX
www.eeworm.com/read/172733/9694889
vhd trap.vhd
--===========================================================================--
--
-- S Y N T H E Z I A B L E Timer C O R E
--
-- www.OpenCores.Org - May 2003
-- This core adheres to the
www.eeworm.com/read/415064/11084661
c touchpanel.c
//====================================================================================
//文 件 名:TouchPanel.c
//功能描述: 触摸屏驱动程序
//维护记录:
// 2007.06.17 V1.0 by wangtao
//==