代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
console.h
// console.h
// Data structures to simulate the behavior of a terminal
// I/O device. A terminal has two parts -- a keyboard input,
// and a display output, each of which produces/accepts
// charac
timer.cc
// timer.cc
// Routines to emulate a hardware timer device.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing
evtimer.c
#include "DSP28_Device.h"
#include "DSP28_Globalprototypes.h"
#define SetData GpioDataRegs.GPFDAT.bit.GPIOF0 = 1
#define ClrData GpioDataRegs.GPFDAT.bit.GPIOF0 = 0
#define SetClk GpioD
dsp28_ev.c
//
// TMDX ALPHA RELEASE
// Intended for product evaluation purposes
//
//###########################################################################
//
// FILE: DSP28_Ev.c
//
// TIT
caminterfaceasm.s
; Module Name: CanInterfaceAsm.S
; Module Date: 04/14/2004
; Module Auth: John Orlando
; Copyright (c) 2004 John Orlando All Rights Reserved
;
; Description: This
uartinterface.c
/***********************************************************
Module Name: UartInterface.c
Module Date: 04/10/2004
Module Auth: John Orlando
Copyright (c) 2004 John Orlando All Ri
caminterface.c
/***********************************************************
Module Name: CamInterface.c
Module Date: 04/12/2004
Module Auth: John Orlando
Copyright (c) 2004 John Orlando All Rig
sngks32ctimer.c
/************************************************
* modify : hugang hgxxx@51eda.com *
* data : 2004-05-03 *
************************************************/
/* sngks32cTimer.c - Samsung
ppc860siu.h
/* ppc860Siu.h - Motorola System Interface Unit header file */
/* Copyright 1984-1998 Wind River Systems, Inc. */
/* Copyright 1997,1998 Motorola, Inc., All Rights Reserved */
/*
modification histor
fet410_sd16_05.c
//*****************************************************************************
// MSP-FET430P410 Demo - SD16, Single Conversion on a Single Channel Using ISR
//
// Description: This program uses