代码搜索:触发中断
找到约 10,000 项符合「触发中断」的源代码
代码结果 10,000
www.eeworm.com/read/394153/2460419
c main.c
/*******************************************************************************
*File: Main.c
*功能: 使用定时器0实现1s定时,并打开IRQ中断,控制LED闪烁
* 同时使用定时器1实现比较匹配输出
******************************************
www.eeworm.com/read/369499/2797414
c idle_time.c
/****************************************************************************
* 文件名:IDLE_TIME.C
* 功能:系统进入空闲状态,并使用定时器中断唤醒。
* 说明:将跳线器JP9短接,JP4断开。
****************************************************
www.eeworm.com/read/363041/2923254
h main.h
#ifndef MAIN_H
#define MAIN_H
#define ENABLE_BIT_DEFINITIONS
#define OutPort PORTA
#define ConPort PORTC
#define TIMES 5 //中断次数
#ifdef MAIN_C
unsigned char data[4] = {
www.eeworm.com/read/355666/3051540
c idle_time.c
/****************************************************************************
* 文件名:IDLE_TIME.C
* 功能:系统进入空闲状态,并使用定时器中断唤醒。
* 说明:将跳线器JP9短接,JP4断开。
****************************************************
www.eeworm.com/read/395104/8195832
asm timer2.asm
;**************************************************
; 平凡单片机工作室
; http://www.mcustudio.com
; (c) Copyright 2003 Pingfan's McuStudio
; All rights Reserved
;timer2.asm
;作者:周坚
;功能描述:中断方
www.eeworm.com/read/394238/8240936
txt timer.txt
any question,send email to netxiong@263.net
相关的文件:
/include/linux/timer.h
/kernel/timer.c
****************************实现机理*************************************************
基本过程如下:
当一个时钟中断发
www.eeworm.com/read/368473/9692275
h main.h
#ifndef MAIN_H
#define MAIN_H
#define ENABLE_BIT_DEFINITIONS
#define OutPort PORTA
#define ConPort PORTC
#define TIMES 5 //中断次数
#ifdef MAIN_C
unsigned char data[4] = {
www.eeworm.com/read/367537/9743404
c msp430x12x2spi.c
#include
#include "SPI.h"
#include "define.h"
//*************************************************************//
//SPI的初始化;
//SPI的接收采用中断方式,发送采用查询方式;
/*****************************
www.eeworm.com/read/415976/11046386
c main.c
/*******************************************************************************
*File: Main.c
*功能: 使用定时器0实现1s定时,并打开IRQ中断,控制LED闪烁
* 同时使用定时器1实现比较匹配输出
******************************************
www.eeworm.com/read/266612/11216876
h 2410addr.h
/*开门狗*/
#define rWTCON (*(volatile unsigned int *)(0x53000000))
#define rWTDAT (*(volatile unsigned int *)(0x53000004))
#define rWTCNT (*(volatile unsigned int *)(0x53000008))
/*中断控制*/
#define