代码搜索结果

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

main.asm

;================================================================================== ; The information contained herein is the exclusive property of ; Sunplus Technology Co. And shall not be distribu

irq.h

//========================================================================// // 文件名: irq.h // 作 者: xinqiang Zhang(小丑) (email: xinqiang@Mzdesign.com.cn) // 日 期: 2008/01/03 // 描 述: VIC irq的一些初始

tini400_isr.h

/*--------------------------------------------------------------------------- * Copyright (C) 2005 Dallas Semiconductor Corporation, All Rights Reserved. * * Permission is hereby granted, fre

m8260intrctl.h

/* m8260IntrCtl.h - MPC 8260 interrupt controller header file */ /* Copyright 1991-1999 Wind River Systems, Inc. */ /* modification history -------------------- 01h,22jan05,fhc add interrupt types

m8260intrctl.h

/* m8260IntrCtl.h - MPC 8260 interrupt controller header file */ /* Copyright 1991-1999 Wind River Systems, Inc. */ /* modification history -------------------- 01h,22jan05,fhc add interrupt types

intr.h

/******************************************************************************/ /* INTR.H - TMS320C6x Peripheral Support Library Interrupt Support */ /*

intr.h

/******************************************************************************/ /* INTR.H - TMS320C6x Peripheral Support Library Interrupt Support */ /*

sysalib.s

/* sysALib.s - ARM Integrator system-dependent routines */ /* Copyright 1999-2003 ARM Limited */ /* * Copyright (c) 1999-2006 Wind River Systems, Inc. * * The right to copy, distribute or otherwi

isr.c

/* * Simple Interrupt Service Routine (ISR) examples */ #include "isr.h" //#include "common.h" //int swi_count=0; /* Software Interrupt(SWI) counter */ @interrupt void _SWI_ISR(void)

isr.h

/* * Interrupt Service Routine Prototypes */ extern @interrupt void _start(void); /* startup routine address */ extern @interrupt void _SWI_ISR(void); /* SWI ISR handler */ extern @interr