代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.c
#include
#include "define.h"
#include "command.h"
void Timer0() interrupt 1
{
static unsigned int n = 0;
T0_DISABLE;
if(n
interrupt.lst
C51 COMPILER V8.02 INTERRUPT 08/03/2008 10:54:15 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE INTERRUPT
OBJECT MODULE PLACED
interrupt.c
#include
#include "define.h"
#include "ADC.h"
#include "control.h"
#include "display.h"
extern unsigned char g_State[22]; // 各路电压输出状态 及 控制标志位g_State[0]
// 0x00:正
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.c
//*****************************************************************************
//
// interrupt.c - Driver for the NVIC Interrupt Controller.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. Al
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005-2007 Luminary Micr
interrupt.c
/*********************************************************
Project: ST FST(TDA7540)
File name: interrupt.c
Description:
Write/Modify: Perry
Time: 2005-11-22- 10:46:39
*******************
interrupt.asm
;;---------------------------------------------------------
;; ISR_TMR TMR INTRRUPT SERVICE
;; description START AD EVERY 1S,every in 5ms
;; input NULL
;; onput NULL
;; stack use NULL
;;---