代码搜索结果

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

main.h

#ifndef _MAIN_H #define _MAIN_H //------------------------------------------------------------------ // WILL NEED TO EDIT THIS SECTION FOR EVERY PROJECT //---------------------------------------

isr_config.c

/******************************************************************************/ // // Name: BF533 Interrupt Setup // /****************************************************************************

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

uart.c

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

sh-intr.c

/* sh-intr.c: Interrupt functions for SH7750 * * Copyright (C) 2001 KOMORIYA Takeru * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener

exp5.c

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

irq.c

/***************************************************************************** * irq.c: Interrupt handler C file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Sem

ezkit push button.c

//ADSP-21262 Blink LEDs with the buttons on the EZKIT //Buttons to push on ezkit: FLAG1 (IRQ1) lights LED1, FLAG2 (IRQ2) lights LED4 //Buttons to push on ezkit: DAI_P19 lights LED3, DAI_P20 li

tms470r1a256_spi_05.c

//***************************************************************************** // TMS470 Demo - SPI Sample Program master 4pin rti // // This is a SPI 4 pin - Master Mode - RTI Interrupt configu

tms470r1a256_spi_06.c

//***************************************************************************** // TMS470 Demo - SPI Sample Program master 5pin rti // // This is a SPI 5 pin - Slave Mode - RTI Interrupt configur