代码搜索结果
找到约 62,480 项符合
Interrupt 的代码
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
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005-2007 Luminary Micr
interrupt.c
//*****************************************************************************
//
// interrupt.c - Driver for the NVIC Interrupt Controller.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. Al
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005-2007 Luminary Micr
interrupt.h
/* interrupt.h */
#ifndef _LINUX_INTERRUPT_H
#define _LINUX_INTERRUPT_H
#include
#include
#include
#include
#include
#i
interrupt.c
#include "s3c2410.h"
#include "interrupt.h"
void Timer0_Handle()
{
if(INTOFFSET == 10){
GPBDAT = ~(GPBDAT & (0xf
interrupt.h
/*******************************************************************
*
* Copyright C 2005 by Amlogic, Inc. All Rights Reserved.
*
* Description: Interrupt handling functions.
*
* Autho
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