代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.c
#include "s3c24xx.h"
//extern void I2CIntHandle(void);
void (*isr_handle_array[50])(void);
void Dummy_isr(void)
{
while(1);
}
void init_irq(void)
{
int i = 0;
for (i = 0; i < sizeof(is
interrupt.h
void EINT_Handle();
interrupt.c
//*****************************************************************************
//
// interrupt.c - Driver for the NVIC Interrupt Controller.
//
// Copyright (c) 2005-2010 Texas Instruments Incorp
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005-2010 Texas Instrum
interrupt.c
/******************************************************************************
* PIC USB
* interrupt.c
******************************************************************************/
/** I N C
interrupt.h
/******************************************************************************
* PIC USB
* interrupt.h
******************************************************************************/
#ifndef IN
interrupt.c
//*************************************//
// //
// 在该页添加所需要的中断任务 //
// //
interrupt.lst
C51 COMPILER V9.00 INTERRUPT 07/18/2012 17:58:49 PAGE 1
C51 COMPILER V9.00, COMPILATION OF MODULE INTERRUPT
OBJECT MODULE PLACED
interrupt.c
//*************************************//
// //
// 在该页添加所需要的中断任务 //
// //