代码搜索:硬件中断
找到约 10,000 项符合「硬件中断」的源代码
代码结果 10,000
www.eeworm.com/read/485595/6554358
s ajzdsm.s
.module ajzdsm.c
.area text(rom, con, rel)
.dbfile G:\学习\avr\天祥电子AVR视频教程\chengxu\按键中断扫描\ajzdsm.c
.area data(ram, con, rel)
.dbfile G:\学习\avr\天祥电子AVR视频教程\chengxu\按键中断扫描\ajzdsm.c
_num::
.blk
www.eeworm.com/read/261738/11625942
c 8-3.c
#include"dos.h"
int GetMemSize() /*函数返回测得的内存大小*/
{
geninterrupt(0x12); /*调用12H号中断*/
return _AX; /*调用中断后,寄存器AX将存放测得的内存大小*/
}
main()
{
int size;
size=GetMemSize(); /*获得测得的内存大小*/
www.eeworm.com/read/157290/11721414
cmd rectifier.cmd
MEMORY
{
PAGE 0: /*程序空间*/
VECS: ORIGIN=08000H,LENGTH=00040H /*中断向量存贮空间*/
PVECS: ORIGIN=08044H,LENGTH=00100H /*外围中断向量*/
PM: ORIGIN=08150H,LENGTH=006AEH /*片内flash存储空间*/
PAGE 1: /*数据空间
www.eeworm.com/read/257948/11901331
c 8-3.c
#include"dos.h"
int GetMemSize() /*函数返回测得的内存大小*/
{
geninterrupt(0x12); /*调用12H号中断*/
return _AX; /*调用中断后,寄存器AX将存放测得的内存大小*/
}
main()
{
int size;
size=GetMemSize(); /*获得测得的内存大小*/
www.eeworm.com/read/340908/12125569
c adc0_capture.c
//////////ADC0监控中断调试程序////////////////
/////////选择AIN0.3为ADC0转化输入,单端模式/////
//调试时可采用变位器作为ADC输入源,调节其电压观察监控中断情况//
//////adc0_capture.c///////////////////////////////////
#include "lcd.h"
#define AD
www.eeworm.com/read/340525/12149140
h event.h
#ifndef __EVENT_H__
#define __EVENT_H__
#include "cc.h"
//#define MCU_MEGA8
// 中断事件标志
extern volatile u8_t flag0;
// define bit of flag0
#define FLAG0_T0 0 // T0中断已经产生, b
www.eeworm.com/read/340525/12149283
h event.h
#ifndef __EVENT_H__
#define __EVENT_H__
#include "cc.h"
//#define MCU_MEGA8
// 中断事件标志
extern volatile u8_t flag0;
// define bit of flag0
#define FLAG0_T0 0 // T0中断已经产生, b
www.eeworm.com/read/340525/12149377
h event.h
#ifndef __EVENT_H__
#define __EVENT_H__
#include "cc.h"
//#define MCU_MEGA8
// 中断事件标志
extern volatile u8_t flag0;
// define bit of flag0
#define FLAG0_T0 0 // T0中断已经产生,
www.eeworm.com/read/340525/12149464
h event.h
#ifndef __EVENT_H__
#define __EVENT_H__
#include "cc.h"
//#define MCU_MEGA8
// 中断事件标志
extern volatile u8_t flag0;
// define bit of flag0
#define FLAG0_T0 0 // T0中断已经产生, b
www.eeworm.com/read/340525/12149586
h event.h
#ifndef __EVENT_H__
#define __EVENT_H__
#include "cc.h"
//#define MCU_MEGA8
// 中断事件标志
extern volatile u8_t flag0;
// define bit of flag0
#define FLAG0_T0 0 // T0中断已经产生