代码搜索结果

找到约 10,000 项符合 Interrupt 的代码

serialisr.c

/* FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry. This file is part of the FreeRTOS.org distribution. FreeRTOS.org is free software; you can redistribute it and/or modify

intqueuetimer.c

/* FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry. This file is part of the FreeRTOS.org distribution. FreeRTOS.org is free software; you can redistribute it and/or modify it

timertest.c

/* FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry. This file is part of the FreeRTOS.org distribution. FreeRTOS.org is free software; you can redistribute it and/or modify it

dac.asm

;********************************************************************* ; File Name: dac.asm ; Target System: C24x Evaluation Board ; ; Description: Outputs 4 Sine Waves on the EVM DAC - DAC0,DAC

syslib.c

/* sysLib.c - V100R001CPE system-dependent routines */ /* Copyright 2002-2005 Founder Communications,Inc. */ /* modification history -------------------- 01a,15mar05,fhchen adapted from pb15

dcmcontrol.c

/*************************************************************************** This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is the speed in 1s. The

fet140_adc12_04.asm

;****************************************************************************** ; MSP-FET430P140 Demo - ADC12, Extend Sampling Period with SHT Bits ; ; Description: This program shows how to ex

fet410_sd16_05.c

//***************************************************************************** // MSP-FET430P410 Demo - SD16, Single Conversion on a Single Channel Using ISR // // Description: This program uses

qei.c

//***************************************************************************** // // qei.c - Driver for the Quadrature Encoder with Index. // // Copyright (c) 2005-2007 Luminary Micro, Inc. All

alarm.java

package nachos.threads; import nachos.machine.*; /** * Uses the hardware timer to provide preemption, and to allow threads to sleep * until a certain time. */ public class Alarm { /** *