代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
main.h
/*------------------------------------------------------------------*-
Main.H (v1.00)
------------------------------------------------------------------
'Project Header' (see Chap
main.h
/*------------------------------------------------------------------*-
Main.H (v1.00)
------------------------------------------------------------------
'Project Header' (see Chap
vectors.s
##=============================================================================
##
## vectors.S
##
## MN10300 exception vectors
##
##===================================================================
stackmon.h
#ifndef CYGONCE_KERNEL_TEST_STACKMON_H
#define CYGONCE_KERNEL_TEST_STACKMON_H
/*=================================================================
//
// stackmon.h
//
// Auxiliary test h
evsci.c
/*******************************************************************************
*
* Module Name: evsci - System Control Interrupt configuration and
* legacy to ACPI mode state
irq.c
/*****************************************************************************
* irq.c: Interrupt handler C file for NXP LPC230x Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconduct
exp10.c
#include
#include
#pragma vector=0x20
__interrupt void ana_comp_isr(void) //定义模拟比较中断服务程序
{
PORTB_Bit1=0; //点亮LED
}
void main(void)
{
isr.h
#ifndef __ISR_H__
#define __ISR_H__
#define MAXHNDLRS 30 /* Maximum # of interrupt handlers */
///////////interrupt offset/////////////////////
#define INT_ADC_OFFSET 0
#define INT_RTC_O
irq.c
/*****************************************************************************
* irq.c: Interrupt handler C file for NXP LPC230x Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconduct
msp430f1121_inter_watchdog.txt
MSP430F1121单片机应用, 中断的应用,以及看门狗定时器的操作。
#include "msp430x11x1.h"
#define uint unsigned int
#define uchar unsigned char
unsigned short *sptr; // Stack pointer
extern void getsptr (void