代码搜索:Interrupt
找到约 10,000 项符合「Interrupt」的源代码
代码结果 10,000
www.eeworm.com/read/445744/7591304
inc 2440addr.inc
;====================================================================
; File Name : 2440addr.a
; Function : S3C2440 Define Address Register (Assembly)
; Date : March 27, 2002
; Revision : Pr
www.eeworm.com/read/445287/7596840
c incap.c
#include "incap.h"
#include "incap_define.h"
#include "timer2.h"
#include "IO.h"
//unsigned int time_per_um=MAX_TIME_PER_2UM;
//unsigned int last_time_per_um_in=MAX_TIME_PER_2UM;
//extern unsign
www.eeworm.com/read/445282/7596885
c incap.c
#include "incap.h"
#include "incap_define.h"
#include "timer2.h"
#include "IO.h"
//unsigned int time_per_um=MAX_TIME_PER_2UM;
//unsigned int last_time_per_um_in=MAX_TIME_PER_2UM;
//extern unsign
www.eeworm.com/read/441991/7661528
inc 2440addr.inc
;====================================================================
; File Name : 2440addr.inc
; Function : S3C2440 Define Address Register (Assembly)
; Date : March 27, 2002
; Revision :
www.eeworm.com/read/441981/7661698
inc 2440addr.inc
;====================================================================
; File Name : 2440addr.inc
; Function : S3C2440 Define Address Register (Assembly)
; Date : March 27, 2002
; Revision :
www.eeworm.com/read/441511/7669527
c fet140_i2c_16.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Writes/Reads with Slave, Rptd Start
//
// Description: This example shows the
www.eeworm.com/read/441161/7675215
inc tn12def.inc
;***** Specify Device
.device ATtiny12
;***** I/O Register Definitions
.equ SREG =$3f
.equ GIMSK =$3b
.equ GIFR =$3a
.equ TIMSK =$39
.equ TIFR =$38
.equ MCUC
www.eeworm.com/read/440093/7694035
txt m10_power.txt
// File : m10_power.c
#include
char timer0_flag;
char int0_flag;
void init()
{
timer0_flag = 0;
int0_flag = 0;
TMOD = 0x02;
TH0 = 0x10;
TF0 = 0;
ET0 = 1;
www.eeworm.com/read/440018/7695843
c msp430x47xx_p1_02.c
//******************************************************************************
// MSP430x47xx Demo - Software Port Interrupt on P1.4 from LPM4
//
// Description: A hi/low transition on P1.4
www.eeworm.com/read/440002/7695939
c msp430xg46x_p1_02.c
//******************************************************************************
// MSP430xG46x Demo - Software Port Interrupt on P1.4 from LPM4
//
// Description: A hi/low transition on P1.4 w