代码搜索:interrupt
找到约 10,000 项符合「interrupt」的源代码
代码结果 10,000
www.eeworm.com/read/136786/5863616
h iosapic_private.h
/*
** This file is private to iosapic driver.
** If stuff needs to be used by another driver, move it to a common file.
**
** WARNING: fields most data structures here are ordered to make sure
**
www.eeworm.com/read/135761/5877827
c if_bp.c
/* if_bp.c - original VxWorks (and SunOS) backplane network interface driver */
/* Copyright 1984 - 1997 Wind River Systems, Inc. */
#ifndef UNIX
#include "copyright_wrs.h"
#else /* UNIX */
static
www.eeworm.com/read/135761/5877831
c if_enp.c
/* if_enp.c - CMC ENP 10/L Ethernet network interface driver */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
03d,15jul97
www.eeworm.com/read/135677/5883492
c init.c
/*
*Copyright (c) 2000-2002 Viola Systems Ltd.
*All rights reserved.
*
*Redistribution and use in source and binary forms, with or without
*modification, are permitted provided that the fol
www.eeworm.com/read/135153/5888683
h serial_reg.h
/*
* include/linux/serial_reg.h
*
* Copyright (C) 1992, 1994 by Theodore Ts'o.
*
* Redistribution of this file is permitted under the terms of the GNU
* Public License (GPL)
*
* These are t
www.eeworm.com/read/135153/5888695
h sdlapci.h
/*****************************************************************************
* sdlapci.h WANPIPE(tm) Multiprotocol WAN Link Driver.
* Definitions for the SDLA PCI adapter.
*
* Author: Gideon Hack
www.eeworm.com/read/134909/5891417
txt portb.txt
Title: portb
Target: PIC18C658
Description:
A demonstration PORTB, the interruptable port. External influences
on PORTB can trigger up to 5 different interrupts. There are 4
edge
www.eeworm.com/read/134909/5891468
c timer2isr.c
#include
#include "timer2.h"
#include
void interrupt ISR(void)
{
if((RBIE)&&(RBIF))
{
TMR2IE=0; /*Disable the TIMER0 interrupt */
if(TIMER_ENA)
www.eeworm.com/read/134909/5891481
txt inter.txt
Title: Interrupt demo
Target: PIC18F8720
Description:
A project to demonstrates how multiple interrupt sources can
be managed according to independent levels of prority.
Interrupt
www.eeworm.com/read/133772/5902960
s vectors.s
// #========================================================================
// #
// # vectors.S
// #
// # ARM exception vectors
// #
// #========================================================