代码搜索:中断处理
找到约 10,000 项符合「中断处理」的源代码
代码结果 10,000
www.eeworm.com/read/143053/12902408
h interrupt.h
#ifndef _PYOS_INTERRUPT_H_
#define _PYOS_INTERRUPT_H_
/* 中断初始化函数 */
void interrupt_init() ;
/* 开中断 */
void interrupt_open_interrupt() ;
/* 关中断 */
void interrupt_close_interrupt() ;
/*
www.eeworm.com/read/241799/13115711
c keil.c
/*************测试控制器程序 *************************
** 编号 中断源 入口地址 **
** 0 外部中断0 0003H **
** 1 定时计数0 000BH **
** 2 外部中断1 0013H **
** 3
www.eeworm.com/read/272855/4214813
asm int-1ch.asm
DATA SEGMENT
OFF_0 DW ? ;中断向量偏移地址
SEG_0 DW ? ;中断向量段地址
MASK_I DB ? ;系统原始中断屏蔽字
TN DB '0 ' ,'s'
www.eeworm.com/read/294698/8210900
h interrupt.h
#ifndef _PYOS_INTERRUPT_H_
#define _PYOS_INTERRUPT_H_
/* 中断初始化函数 */
void interrupt_init() ;
/* 开中断 */
void interrupt_open_interrupt() ;
/* 关中断 */
void interrupt_close_interrupt() ;
/*
www.eeworm.com/read/389036/8551917
pwi 用外中断方式读按键k1点亮一个led.pwi
www.eeworm.com/read/389036/8551922
dsn 用外中断方式读按键k1点亮一个led.dsn
www.eeworm.com/read/131078/14162061
pdf 第六章单片机的中断系统和定时计数器.pdf
www.eeworm.com/read/866/5136
pdf 芯达stm32入门系列教程之九《初试stm32中断》.pdf
www.eeworm.com/read/27562/866216