代码搜索:硬件中断
找到约 10,000 项符合「硬件中断」的源代码
代码结果 10,000
www.eeworm.com/read/283403/9023942
c sx2.c
#include "type.h"
#include "sx2.h"
#include "cy7c68001.h"
#include "DEC2407_USB.h"
#define COMMAND 0x04
/*声明中断INT2的函数,用于USB的中断处理*/
#pragma INTERRUPT(int2_isr);
BOOL SX2_comwritebyte(uns
www.eeworm.com/read/371578/9548758
asm eg0706.asm
;eg0706.asm in DOS
include io16.inc
.data
intmsg byte 'A 8259A Interrupt !',0dh,0ah,0
counter byte 0 ;中断次数记录单元
.code
start:
mov ax,@data
mov ds,ax
mov ax,3508h ;获取原中断向量
int 21h
pus
www.eeworm.com/read/365005/9883266
c sx2.c
#include "type.h"
#include "sx2.h"
#include "cy7c68001.h"
#include "DEC2407_USB.h"
#define COMMAND 0x04
/*声明中断INT2的函数,用于USB的中断处理*/
#pragma INTERRUPT(int2_isr);
BOOL SX2_comwritebyte(uns
www.eeworm.com/read/357551/10206854
c sx2.c
#include "type.h"
#include "sx2.h"
#include "cy7c68001.h"
#include "DEC2407_USB.h"
#define COMMAND 0x04
/*声明中断INT2的函数,用于USB的中断处理*/
#pragma INTERRUPT(int2_isr);
BOOL SX2_comwritebyte(uns
www.eeworm.com/read/281117/10262040
c sx2.c
#include "type.h"
#include "sx2.h"
#include "cy7c68001.h"
#include "DEC2407_USB.h"
#define COMMAND 0x04
/*声明中断INT2的函数,用于USB的中断处理*/
#pragma INTERRUPT(int2_isr);
BOOL SX2_comwritebyte(uns
www.eeworm.com/read/281116/10262246
c sx2.c
#include "type.h"
#include "sx2.h"
#include "cy7c68001.h"
#include "DEC2407_USB.h"
#define COMMAND 0x04
/*声明中断INT2的函数,用于USB的中断处理*/
#pragma INTERRUPT(int2_isr);
BOOL SX2_comwritebyte(uns
www.eeworm.com/read/281114/10262568
c sx2.c
#include "type.h"
#include "sx2.h"
#include "cy7c68001.h"
#include "DEC2407_USB.h"
#define COMMAND 0x04
/*声明中断INT2的函数,用于USB的中断处理*/
#pragma INTERRUPT(int2_isr);
BOOL SX2_comwritebyte(uns
www.eeworm.com/read/351663/10632325
c sx2.c
#include "type.h"
#include "sx2.h"
#include "cy7c68001.h"
#include "DEC2407_USB.h"
#define COMMAND 0x04
/*声明中断INT2的函数,用于USB的中断处理*/
#pragma INTERRUPT(int2_isr);
BOOL SX2_comwritebyte(uns
www.eeworm.com/read/350675/10720195
txt button2.txt
看一下下面这段button的中断程序吧,
由它延伸,不同的中断只是一些register的设置不同
volatile int edge_capture;
static void handle_button_interrupts(void* context, alt_u32 id)
{
/* Cast context to edge_capture's type.
* It
www.eeworm.com/read/271051/11010611
c sx2.c
#include "type.h"
#include "sx2.h"
#include "cy7c68001.h"
#include "DEC2407_USB.h"
#define COMMAND 0x04
/*声明中断INT2的函数,用于USB的中断处理*/
#pragma INTERRUPT(int2_isr);
BOOL SX2_comwritebyte(uns