代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
rfc377.txt
NETWORK WORKING GROUP R.T. BRADEN
REQUEST FOR COMMENTS #377 UCLA/CCN
NIC 11119
avos.c
/*****************************************************************************
* avos.c - Accu-Vote Operating System code file. This extends the uC/OS
* real-time kernel.
*
* Copyright (c) 1997 b
c5112.txt
发信人: reflection (似水流年), 信区: EEtechnology
标 题: C51 Primer (11) Some C51 Tricks
发信站: 南京大学小百合站 (Wed Nov 24 12:04:12 1999), 转信
11 Some C51 Programming Tricks
11.1 Accessing R0 etc.
readme.txt
VFINTD.386
Summary:
--------
Normally, hardware interrupts in Windows enhanced mode are
classified either as "global" or as "owned". Global interrupts
will typically be reflected into whi
hwint.c
// HWINT.C - demonstration of periodic interrupt handling / performance test
// Copyright (c) 1995, Vireo Software, Inc.
//
// This simple VxD hooks the interrupt of the Real-Time Clock, programs
vectors.asm
*VECTORS.ASM provided by TI to set up interrupt vectors
*If ISR is used, put branch to it in appropriate vector location
* .ref ISR if interrupt-driven
.ref _c_int00
.sect "vect
exp5.c
#include
#include
#pragma vector=TIMER1_COMPA_vect
__interrupt void timer1_compa_isr(void) //定义计数器1输出比较器A中断服务程序
{
OCR1A=OCR1A+25; //设置下
initialization.c
#include "system.h"
#include "ccblkfn.h"
#include "sysreg.h"
#include
#include
void Init_PLL(void)
{
int iIMASK_Value;
sysreg_write(reg_SYSCFG, 0x3
irq.c
/*****************************************************************************
* irq.c: Interrupt handler C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Sem
vectors.asm
*VECTORS.ASM provided by TI to set up interrupt vectors
*If ISR is used, put branch to it in appropriate vector location
* .ref ISR if interrupt-driven
.ref _c_int00
.sect "vect