代码搜索:interrupt
找到约 10,000 项符合「interrupt」的源代码
代码结果 10,000
www.eeworm.com/read/180643/9300292
c debugmainc.c
#include
#include
#include "Device.h"
#define DEBUG 1 /* 0表示正常运行,1为提取码子程序*/
void Main_Initlization( void ); /* 主初始化程序*/
void Interrupt_INT0( void ); /*
www.eeworm.com/read/373179/9470795
c utilities.c
/******************************************************************
** 文件名: utilities.c
** Copyright (c) 2003- 毛武斌
** 创建人: 毛武斌
** 日 期:
** 修改人:
** 日 期: 2003.7.3
**
** 版 本: 1.0
***************
www.eeworm.com/read/362971/9973157
c isr.c
/* -*- c++ -*- */
/*-----------------------------------------------------------------------------
* Interrupt handling for FX2
*----------------------------------------------------------------------
www.eeworm.com/read/166865/9992475
h my_vectors.h
#ifndef _MY_VECTORS_H
#define _MY_VECTORS_H
#pragma CODE_SEG __NEAR_SEG NON_BANKED /* Interrupt section for this module. Placement will be in NON_BANKED area. */
interrupt void RTI_ISR(void);
/
www.eeworm.com/read/163678/10150621
cpp main.cpp
//BEGIN main.cpp
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//See interrupt.h for more information
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.eeworm.com/read/159207/10680580
c 1.c
#include
#include
sbit sel_A=P1^1;
sbit sel_B=P1^2;
sbit sel_C=P1^3;
unsigned char ABC;
void timer_set();//定时器初始化函数
void collection_data();//采集函数声明
#define dalayNOP();{_nop
www.eeworm.com/read/159207/10680596
lst 1.lst
C51 COMPILER V7.00 1 04/29/2006 21:38:42 PAGE 1
C51 COMPILER V7.00, COMPILATION OF MODULE 1
OBJECT MODULE PLACED IN 1.OBJ
www.eeworm.com/read/418957/10890500
lst timer.lst
ARM COMPILER V2.53, timer 23/07/06 16:59:03 PAGE 1
ARM COMPILER V2.53, COMPILATION OF MODULE timer
OBJECT MODULE PLACED IN
www.eeworm.com/read/455765/7365906
c p65_wdt_prescaler_change.c
/*********************************************************************************
丁玉波试验过的程序:这个程序是第65页的例子
一次只能打开一个文件运行,不要多个例子同时打开运行,config.h文件都在同一个文件中
对ATmega2560.pdf英文版449页手册的所有例子都试验了
可以作为外部函数
www.eeworm.com/read/455045/7378443
c inrruptfunction.c
/*********************************************************************************************************
* 中断函数
*****************************************