代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
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
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
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
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
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]
interrupt.c
/******************************************************************
Modulo contenente le routine di Interrupt ad alta e bassa priorit
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
interrupt.html
Interrupt A Long-Running Query
body {
margin: auto;