代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.h
/* interrupt.h */
#ifndef _LINUX_INTERRUPT_H
#define _LINUX_INTERRUPT_H
struct bh_struct {
void (*routine)(void *);
void *data;
};
extern unsigned long bh_active;
extern unsigned long bh
interrupt.__i
"interrupt.c" BROWSE DEBUG OBJECTEXTEND
interrupt.lst
C51 COMPILER V8.05a INTERRUPT 10/16/2006 22:17:17 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE INTERRUPT
OBJECT MODULE PLACED
interrupt.cmd
/******************************************************************************
* SJTU DSP Tech. Center
*
* Description:
* Memory Allocation (TMS320C54x-ASM Source Code for Fixe
interrupt.cmd
/******************************************************************************
* SJTU DSP Tech. Center
*
* Description:
* Memory Allocation (TMS320C54x-ASM Source Code for Fixe
interrupt.c
#include "lprps.h"
static void
sig_int(int signo) /* SIGINT handler */
{
intr_flag = 1;
return;
}
/* This function is called after SIGINT has been delivered,
* and the main loop has recognized i
interrupt.lst
C51 COMPILER V7.09 INTERRUPT 10/12/2006 14:21:46 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE INTERRUPT
OBJECT MODULE PLACED