代码搜索:Interrupt
找到约 10,000 项符合「Interrupt」的源代码
代码结果 10,000
www.eeworm.com/read/236723/14001630
c timers.c
/*
; ?2005 Microchip Technology Inc.
;
; Microchip Technology Inc. (揗icrochip? licenses this software to you
; solely for use with Microchip dsPIC?digital signal controller
; products. The soft
www.eeworm.com/read/202534/15379274
c fet140_i2c_16.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Writes/Reads with Slave, Rptd Start
//
// Description: This example shows the
www.eeworm.com/read/110420/15534293
h n8250.h
/* Various I/O definitions specific to asynch I/O on the IBM PC */
#ifndef _N8250_H
#define _N8250_H
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endif
#i
www.eeworm.com/read/110420/15534379
h eagle.h
#ifndef _EAGLE_H
#define _EAGLE_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
/* Hardware-depend
www.eeworm.com/read/104380/15696569
h n8250.h
/* Various I/O definitions specific to asynch I/O on the IBM PC */
#ifndef _N8250_H
#define _N8250_H
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endif
#i
www.eeworm.com/read/104380/15696656
h eagle.h
#ifndef _EAGLE_H
#define _EAGLE_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
/* Hardware-depend
www.eeworm.com/read/100005/15890050
cpp uart.cpp
// uart.cpp - implementation of class Uart
//=============================================================================
//
// Compuware Corporation
// NuMega Lab
// 9 Townsend West
//
www.eeworm.com/read/283992/8972150
s irq_wd.s
;------------------------------------------------------------------------------
;- ATMEL Microcontroller Software Support - ROUSSET -
;----------------------------------------------------
www.eeworm.com/read/463975/7171384
c i2cisr.c
#include "chip.h"
unsigned char I2CINT;
#pragma vector=PORT1_VECTOR
__interrupt void Port1INT(void)
{
__disable_interrupt();
if(P1IFG & 0X10)
{
I2CINT++;
P1IFG &=0XEF;
}
__
www.eeworm.com/read/461986/7213319
c i2cisr.c
#include "chip.h"
unsigned char I2CINT;
#pragma vector=PORT1_VECTOR
__interrupt void Port1INT(void)
{
__disable_interrupt();
if(P1IFG & 0X10)
{
I2CINT++;
P1IFG &=0XEF;
}
__