代码搜索结果
找到约 62,480 项符合
Interrupt 的代码
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.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,2006 Luminary Micr
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005,2006 Luminary Micr
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005,2006 Luminary Micr
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005,2006 Luminary Micr
interrupt.lst
A51 MACRO ASSEMBLER INTERRUPT 07/02/2006 20:44:03 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Interrupt.OBJ
ASSEMBLE
external interrupt.asm
LED BIT P1.0
LEDBUF EQU 30H
ORG 00H
LJMP START
ORG 03H
LJMP INTERRUPT
START:
CLR LEDBUF
CLR LED
MOV TCON,#01H ;外部中断0下降沿触发
MOV IE,#81H