代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
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
**
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
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
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
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
sdlapci.h
/*****************************************************************************
* sdlapci.h WANPIPE(tm) Multiprotocol WAN Link Driver.
* Definitions for the SDLA PCI adapter.
*
* Author: Gideon Hack
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
timer2isr.c
#include
#include "timer2.h"
#include
void interrupt ISR(void)
{
if((RBIE)&&(RBIF))
{
TMR2IE=0; /*Disable the TIMER0 interrupt */
if(TIMER_ENA)
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
vectors.s
// #========================================================================
// #
// # vectors.S
// #
// # ARM exception vectors
// #
// #========================================================