代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
a.vec
;INTERRUPT VECTORS
JMP __RESET
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0
pwm.vec
;INTERRUPT VECTORS
JMP __RESET
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0
inittimer.vec
;INTERRUPT VECTORS
JMP __RESET
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0
serial_reg.h
/*
* include/linux/serial_reg.h
*
* Copyright (C) 1992, 1994 by Theodore Ts'o.
*
* Redistribution of this file is permitted under the terms of the GNU
* Public License (GPL)
*
* These are t
avrxfifo_documentation.txt
Sept, 14, 2005
AvrXFifo requires AvrX 2.6f or newer.
AvrX 2.6f contains some significant changes to support AvrXFifos. The changes
should be 100% backward compatible to previous 2.6 versions.
readme.txt
AvrX for avr-gcc, version 2.6
19-Sep-2005 - Updated for WinAvr 3.4.3.
- Used new WinAvr makefile template.
- Added AvrXFifo facility
- Removed "serialio.S" from library as it is p
timer_isr.c
#include "includes.h"
interrupt void OSTickISR(void)
{
OSIntNesting++;
OSTimeTick();
OSIntExit();
}
example_281xevtimerperiod.c
//###########################################################################
//
// FILE: Example_281xEvTimerPeriod.c
//
// TITLE: DSP281x Event Manager GP Timer example program.
//
// ASSU
thrcontrol.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
smlib.c
/* smLib.c - VxWorks common shared memory library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
02s,03may02,mas cache flush and volatile fix (SP