代码搜索结果

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

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

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

uart.c

/************************************************************************* Title: Interrupt UART library with receive/transmit circular buffers Author: Peter Fleury http://

int0.c

//----------------------------------------------------------------------------- // int0.c //----------------------------------------------------------------------------- // //---------------------

lopec.h

/* lopec.h - Motorola PowerChap board header */ /* Copyright 1984-2002 Wind River Systems, Inc. */ /* Copyright 1996-2002 Motorola, Inc. All Rights Reserved */ /* modification history --------------

net.h

#define XBYTE ((unsigned char volatile xdata *) 0) /* W77E58*/ sfr ckcon=0x8e; sfr sbuf1=0xc1; sfr scon1=0xc0; sfr wdcon =0xd8; sbit smod_1=wdcon^7; sbit sm0_1=scon1^7; sbit sm1_

my.h

#include #include /* W77E58*/ sfr ckcon=0x8e; sfr sbuf1=0xc1; sfr scon1=0xc0; sfr wdcon=0xd8; sbit smod_1=wdcon^7; sbit sm0_1=scon1^7; sbit sm1_1=scon1^6; sbit sm

exp5.c

#include #include #pragma vector=TIMER1_COMPA_vect __interrupt void timer1_compa_isr(void) //定义计数器1输出比较器A中断服务程序 { OCR1A=OCR1A+25; //设置下

uart.c

/************************************************************************* Title: Interrupt UART library with receive/transmit circular buffers Author: Peter Fleury http://

vectors.c

/** ################################################################### ** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : Vectors.C ** Project : _2006_01_