代码搜索:Interrupt
找到约 10,000 项符合「Interrupt」的源代码
代码结果 10,000
www.eeworm.com/read/425168/10375488
c eeprom.c
//ICC-AVR application builder : 2008-5-10 上午 09:22:27
// Target : m48
// Crystal: 8.0000Mhz
#include
#include
void port_init(void)
{
PORTB = 0x10;
DDRB = 0x00;
P
www.eeworm.com/read/425141/10379896
inc 2440addr.inc
;====================================================================
; File Name : 2440addr.a
; Function : S3C2440 Define Address Register (Assembly)
; Date : March 27, 2002
; Revision : Pr
www.eeworm.com/read/425016/10387666
c main.c
#include "Initial.h"
interrupt void BSP0_int() // Interrupt function
{
static int Data;
Data = DRR10;
DXR10 =Data&0xFFFE;
}
void main()
{
asm("\t ssbx intm"); // Inte
www.eeworm.com/read/161447/10412276
h universe.h
/* universe.h - VMEbus Interface Controller */
/* Copyright, 1996-1998 Wind River Systems, Inc. */
/* Copyright 1996,1997,1998 Motorola, Inc. All Rights Reserved */
/*
modification history
---------
www.eeworm.com/read/353072/10474066
bak 波形产生3(双定时双输出).bak
//*******************************************************************//
//用定时计数器0 工作在方式1 在P1.0引脚上输出一个高电平为86ms低电平为//
//138ms的脉冲波形(即周期为224ms),在P2.0引脚上输出一个低电平为600us高电平为//
//800us的脉冲波形(即周期为1400us),单片机采
www.eeworm.com/read/353072/10474089
c 波形产生3(双定时双输出).c
//*******************************************************************//
//用定时计数器0 工作在方式1 在P1.0引脚上输出一个高电平为86ms低电平为//
//138ms的脉冲波形(即周期为224ms),在P2.0引脚上输出一个低电平为600us高电平为//
//800us的脉冲波形(即周期为1400us),单片机采
www.eeworm.com/read/278432/10535979
inc 2442addr.inc
;====================================================================
; File Name : 2442addr.a
; Function : S3C2442 Define Address Register (Assembly)
; Date : March 27, 2002
; Revision : Pr
www.eeworm.com/read/421154/10752653
h n8250.h
/* Various I/O definitions specific to asynch I/O on the IBM PC */
#ifndef _N8250_H
#define _N8250_H
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endif
#i
www.eeworm.com/read/421154/10752970
h eagle.h
#ifndef _EAGLE_H
#define _EAGLE_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
/* Hardware-depend
www.eeworm.com/read/419578/10860036
h universe.h
/* universe.h - VMEbus Interface Controller */
/* Copyright, 1996-1998 Wind River Systems, Inc. */
/* Copyright 1996,1997,1998 Motorola, Inc. All Rights Reserved */
/*
modification history
---------