代码搜索结果

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

idetest.c

#include "..\header\armperipherals.h" #include "..\header\FPGA_peripherals.h" #include #include "omap30.h" #include "omap30_arminth.h" #include "omap1510_inth2.h" #include "swi.h"

wrsbcarm7.h

/* sbcarm7.h - WindRiver SBC ARM7 header file */ /* Copyright 1984-2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01f,16jul02,m_h

msp430f1121设计电子产品.txt

MSP430单片机:用MSP430F1121设计电子产品的心得,与大家探讨 [qiang] [99次] 01-9-10 上午 10:40:23 MSP430系列功耗很低,用来设计电子产品时可以不设电源开关,以下是我设计的电子产品的 思路: 1.用两节电池供电,接上电池后F1121复位,设置好端口立即进入低功耗状态。 2.将on/off按钮接在 P2.0,利用端口的中断使电路进入工作状态。 ...

wrsbcarm7.h

/* sbcarm7.h - WindRiver SBC ARM7 header file */ /* Copyright 1984-2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01f,16jul02,m_h C++ prot

hiduart.asm

;=============================================================================================== ; HIDUART.asm :RS232-USB转换的主程序。 ;====================================================================

main.c

#include /*============================================================================= =============================================================================*/ unsigned char ex

main.c

/* 说明:一个WDT作为定时器功能的例子 作者:铁匠 日期:2004.03.15 功能:LED 1秒亮 1秒暗闪烁 注意:如果使用查询方式不要开WDT中断否则即使不写中断服务程序依然会自动清除WDTIFG */ #include "msp430x44x.h" #include "wdt.h" #define INTERRUPT_MODE //编程开关如果使用此语句则为中断方式

hiduart.asm

;=============================================================================================== ; HIDUART.asm :RS232-USB转换的主程序。 ;====================================================================

main.c

#include /*============================================================================= =============================================================================*/ unsigned char ex

uart.c

/* Name: uart.c * Project: AVR USB driver for CDC interface on Low-Speed USB * Author: Osamu Tamura * Creation Date: 2006-06-18 * Tabsize: 4 * Copyright: (c) 2006 by Recursion Co., Ltd. * Licens