代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
intr.h
/******************************************************************************/
/* INTR.H - TMS320C6x Peripheral Support Library Interrupt Support */
/*
uart.c
/*************************************************************************
Title: Interrupt UART library with receive/transmit circular buffers
Author: Peter Fleury http://
exp5.c
#include
#include
#pragma vector=TIMER1_COMPA_vect
__interrupt void timer1_compa_isr(void) //定义计数器1输出比较器A中断服务程序
{
OCR1A=OCR1A+25; //设置下
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
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
main.h
#ifndef _MAIN_H
#define _MAIN_H
//------------------------------------------------------------------
// WILL NEED TO EDIT THIS SECTION FOR EVERY PROJECT
//---------------------------------------
intr.h
/******************************************************************************/
/* INTR.H - TMS320C6x Peripheral Support Library Interrupt Support */
/*
isr.c
#define ISR_C
#include "includes.h"
//ADC完成中断
//#pragma vector = interrupt_handler adc_isr:iv_ADC
// define the interrupt handler
unsigned char adc_mux ;
#pragma interrupt_handler adc_isr:15
r8c2c2d_s002_main.h
/************************************************************************************
* *
* System file name : r8c