代码搜索:触发中断

找到约 10,000 项符合「触发中断」的源代码

代码结果 10,000
www.eeworm.com/read/245744/12782568

c p口中断.c

//在p1.3电压上升时候,激活中断程序,因在p1.3有外部模块提供0.2v的电压,当接地时后,电压降低,不激活 //当接地撤消后,电压上升,中断程序激活 当P1IES=0x08时;情况反之 //注意:P1IES如果不给它赋值,则默认为上次调试时的值。 #include void y() { unsigned long tmp;
www.eeworm.com/read/141486/13009323

asm 中断陷阱技术.asm

ORG 0000H LJMP MAIN ORG 0003H LJMP PGINT0 NOP NOP LJMP ERR ORG 000BH LJMP PGT0 NOP NOP LJMP ERR O
www.eeworm.com/read/140688/13067435

txt 中断服务程序.txt

Interrupt Service Routine (ISR) .title “Interrupt Service Routine” .mmregs int1: CONTEXT_STORE ; push the contents of accumulators and registers on stack STM #K_INT0,IMR ; Unmask only INT0~ R
www.eeworm.com/read/138190/13250828

c ad中断采样.c

#define TRUE 1 #define FALSE 0 #define END_OF_INT 0x20 #define N 80 #include #include #include #include int start,ch,flag; void interrupt int9(); void ena
www.eeworm.com/read/323663/13329949

txt 定时中断.txt

#include unsigned char flag; void main() {TMOD=0X01; TH0=(65536-50000)/256; TL0=(65536-50000)%256; EA=1; ET0=1; TR0=1; while(1); while(1); } void t0() interrupt 1 using 0 {
www.eeworm.com/read/323663/13330426

txt 定时中断.txt

#include unsigned char flag; void main() {TMOD=0X01; TH0=(65536-50000)/256; TL0=(65536-50000)%256; EA=1; ET0=1; TR0=1; while(1); while(1); } void t0() interrupt 1 using 0 {