代码搜索结果

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

example_281xcputimer.c

//########################################################################### // // FILE: Example_281xCpuTimer.c // // TITLE: DSP281x Device Getting Started Program. // // ASSUMPTIONS: //

nothing.c

#include"2407regs.h" void interrupt nothing(){ return; }

fet140_i2c_10.c

//****************************************************************************** // MSP-FET430P140 Demo - I2C, Slave Writes to MSP430 Master RX in Repeat Mode // // Description: This demo connect

fet140_i2c_17.c

//****************************************************************************** // MSP-FET430P140 Demo - I2C, Slave Reads/Writes with Master, Rptd Start // // Description: This example shows the

usbhcdsl811hslib.c

/* usbHcdSl811hsLib.c - Defines entry point for ScanLogic SL811Hs HCD */ /* Copyright 2000 Wind River Systems, Inc. */ /* Modification history -------------------- 01a,16nov01,dgj Initial ve

combine.doc

COMBINE.COM v2.10 by Ralf Brown 22 March 1998 COMBINE.COM will concatenate all of the partial files in the interrupt list distribution archives into a single master file fo

kern600.s

TTL uC/OS ARM kernel routines > kern600.s ; --------------------------------------------------------------------- ; This file provides the lo-level machine dependant ARM ; support

chapter7.htm

The Data Manual Chapter 7 The Data Manual We have seen the development of several important components all associated with the M768HC16Y1 micr

thread.cc

// thread.cc // Routines to manage threads. There are four main operations: // // Fork -- create a thread to run a procedure concurrently // with the caller (this is done in two steps -- first //