代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.c
#include "s3c2410.h"
#include "interrupt.h"
void Timer0_Handle()
{
if(INTOFFSET == 10){
GPBDAT = ~(GPBDAT & (0xf
interrupt.h
void EINT_Handle();
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.h
void EINT_Handle();
interrupt.h
/* Interrupt numbers and hardware vectors. */
#ifndef _INTERRUPT_H
#define _INTERRUPT_H
#if (CHIP == INTEL)
/* 8259A interrupt controller ports. */
#define INT_CTL 0x20 /* I/O port for inte
interrupt.eww
$WS_DIR$\TIME_Interrupt.ewp
$WS_DIR$\UART.ewp
interrupt.wsdt
UART/RDI_inRAMTIME_Interrupt/RDI_iRAM
interrupt.h
/* interrupt.h */
#ifndef _LINUX_INTERRUPT_H
#define _LINUX_INTERRUPT_H
struct bh_struct {
void (*routine)(void *);
void *data;
};
extern unsigned long bh_active;
extern unsigned long bh_mask;
ext
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005-2007 Luminary Micr
interrupt.s
.file "interrupt.S"
/*
* Copyright (C) 1998, 1999, 2001, Jonathan S. Shapiro.
*
* This file is part of the EROS Operating System.
*
* This program is free software; you can redistribute it and/o