代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.exp
# Copyright (C) 1994, 1995, 1997, 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as
interrupt.c
#include
#include
#include
#include
int
main ()
{
char x;
int nbytes;
#ifdef usestubs
set_debug_traps();
breakpoint();
#endif
printf ("talk to me ba
interrupt.c
/******************************************************************************
* PIC USB
* interrupt.c
******************************************************************************/
/** I N C
interrupt.h
/******************************************************************************
* PIC USB
* interrupt.h
******************************************************************************/
#ifndef IN
interrupt.h
#ifndef _LINUX_INTERRUPT_H
#define _LINUX_INTERRUPT_H
#define IMMEDIATE_BH 0
__inline void mark_bh(int nr)
{
}
#endif
interrupt.bld
#!build
default:
subproject
:auto_mvc=false
interrupt.h
include_file
interrupt.c
C
:outputname=inhini.o
:defines=__inhini
#interrupt.h#
#define INT_ADC_OFT 31
#define INT_RTC_OFT 30
#define INT_SPI1_OFT 29
#define INT_UART0_OFT 28
#define INT_IIC_OFT 27
#define INT_USBH_OFT 26
#define INT_USBD_OFT 25
//#define Reserved_OFT
interrupt.c
#include "s3c2410.h"
#include "interrupt.h"
#include "serial.h"
#include "sched.h"
void IRQ_Handle()
{
unsigned long oft = INTOFFSET;
switch( oft )
{
case EINT1_OFT: printk("EINT1, K1 pressed!\n
interrupt.c
#include "s3c2410.h"
#include "interrupt.h"
void Timer0_Handle()
{
if(INTOFFSET == 10){
GPBDAT = ~(GPBDAT & (0xf
interrupt.h
void EINT_Handle();