代码搜索结果

找到约 10,000 项符合 Interrupt 的代码

trig_two_to_one.v

module trig_two_to_one(clk,rst,interrupt_sign,interrupt_beg); input clk; input rst; input interrupt_sign; output interrupt_beg; reg interrupt_beg; reg cc1; reg cc2; always @(posedge

test_t1.c

//************************************************* //测试功能:t1内部计数,如有溢出则计量溢出次数 //测试方法: //测试结果:ok //时钟频率:外部8m //管脚分配: //注意事项: //完成时间:2009.03.15 //*********************************************

rstctrl.v

//*******************************************************************-- // Copyright (c) 1999-2003 Evatronix SA -- //****************************************************

extract.m51

BL51 BANKED LINKER/LOCATER V5.03 07/29/2005 23:43:55 PAGE 1 BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE EXTRAC

mainc.m51

BL51 BANKED LINKER/LOCATER V5.00 05/07/2006 20:43:44 PAGE 1 BL51 BANKED LINKER/LOCATER V5.00, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE MAINC.

tx_tic.68

/**************************************************************************/ /* */ /* Copyright (c) 1996-2000 by E

inttimer2410.c

#include"2410addr.h" void INT_Timer_Initialize(void) { rTCFG0=0x00000064; //prescaler0 100 rTCFG1=0x00000011; //divide value 1/4 rTCNTB0=0x5dc; rTCNTB1=0x1000; rTCON=0x00000a0a; //aut

m11_power.txt

// File : m11_power.c #include char timer0_flag; char int0_flag; char wdt_flag; void init() { timer0_flag = 0; int0_flag = 0; wdt_flag = 0; TMOD = 0x02; TH

list.6.txt

#include #include "SamplingModule.h" cplx *Samples; //Timer/Counter0 interrupts counter unsigned int IntCounter; //Initial input voltage (fixed point numner mantisa) int Initia

sysalib.s

/* sysALib.s - ARM Integrator system-dependent routines */ /* * Copyright (c) 1999-2001, 2003-2007 Wind River Systems, Inc. * * The right to copy, distribute or otherwise make use of this software