代码搜索:interrupt
找到约 10,000 项符合「interrupt」的源代码
代码结果 10,000
www.eeworm.com/read/457944/7315170
v interrupt.v
//interrupt
module interrupt (
int_in_n,
int_out_n,
int_mask
);
input [31:0] int_in_n;
output int_out_n;
input [31:0] int_mask;//set 1 to mask the intrrupt source
assign int_o
www.eeworm.com/read/454843/7382425
c interrupt.c
#include "IQmathLib.h" /* Include header for IQmath library */
#include "DSP28_Device.h"
//#include "aci_time.h"
#include "parameter.h"
//#include "build.h"
//#pragma CODE_SECTION
www.eeworm.com/read/452469/7439762
obj interrupt.obj
www.eeworm.com/read/452469/7439764
asm interrupt.asm
SECOND EQU 30H
COUNT EQU 31H
ORG 00H
LJMP START
ORG 0BH ;定时器0中断入口
LJMP INT_T0
START: MOV SECOND,#00H
MOV COUNT,#00H
MOV DPTR,#TABLE ;段码表首地址
MOV P0,#3FH
www.eeworm.com/read/452469/7439770
lst interrupt.lst
A51 MACRO ASSEMBLER INTERRUPT 07/02/2006 20:44:03 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Interrupt.OBJ
ASSEMBLE
www.eeworm.com/read/452252/7443965
h interrupt.h
#define handle_int(num) \
{ \
switch(num) \
{ \
case 21: \
handle_int21(); \
break; \
case 20: \
handle_int20(); \
break; \
} \
}
void handle_int21()
{
char* str1;
char str2[100]
www.eeworm.com/read/452122/7447116
mcp interrupt.mcp
www.eeworm.com/read/450676/7478007
c interrupt.c
/******************************************************************
Modulo contenente le routine di Interrupt ad alta e bassa priorit
www.eeworm.com/read/450676/7478008
h interrupt.h
#ifndef __INTERRUPT_H
#define __INTERRUPT_H
#include "sTDefGeneral.h"
#include "adc.h"
#include "dataTypes.h"
#include "hwMCConfig.h"
#include "ioDiagnosis.h"
#include "miscellaneus.h"
#in
www.eeworm.com/read/450547/7481789
html interrupt.html
Interrupt A Long-Running Query
body {
margin: auto;