代码搜索结果

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

debugmainc.c

#include #include #include "Device.h" #define DEBUG 1 /* 0表示正常运行,1为提取码子程序*/ void Main_Initlization( void ); /* 主初始化程序*/ void Interrupt_INT0( void ); /*

m10_lvd.txt

// File : m10_lvd.c #include void lvd_block_on() { EXIF |= 0x01; } void enable_power_fail_interrupt() { EPFI = 1; PFI = 0; } void power_fail_int() interrupt

ch452.c

/*************************************************************************/ /*版权所有(C) : 北京机械工业学院,北京市机电测控重点实验室 */ /*说明 : ch452键盘与数码管 */ /*文件名 : CH452.H */ /*处理器 : STC89

main.h

/*------------------------------------------------------------------*- Main.H (v1.00) ------------------------------------------------------------------ 'Project Header' (see Chap

i2c-algo-ip0105.c

/* ------------------------------------------------------------------------- */ /* i2c-algo-IP0105.c i2c driver algorithms for PNX8550 Fast I2C ports */ /* -------------------------------------

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); /

isrs.h

/* ** Copyright (C) 2006 Tamir Michael ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the

iv6.h

/** ################################################################### ** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : IV6.H ** Project : ETH_TEST_3 *

iv8.h

/** ################################################################### ** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : IV8.H ** Project : ETH_TEST_3 *

do_timer.h

/* defines for inline arch setup functions */ #include #include /** * do_timer_interrupt_hook - hook into timer tick * @regs: standard registers from interrupt * * Des