代码搜索:INTR0

找到约 14 项符合「INTR0」的源代码

代码结果 14
www.eeworm.com/read/116500/14968119

asm 3.1.asm

cseg at 4000h ajmp start cseg at 400bh ajmp intr0 start: mov tomd,#01h mov th0,#9eh mov tl0,#58h mov ie,#82h setb tr0 h1: mov r0,#05h i1: sjmp i1 intr0: mov th0,#9eh mov tl0
www.eeworm.com/read/426630/9008507

c 例7-1.c

/* 外部中断触发读取运行中定时器的值 */ #ifndef __DEMO_4_12_C__ #define __DEMO_4_12_C__ #include #define _MHZ_ 12 // 设置单片机使用的晶振频率 void main() { /* 定时、中断初始化 */ TMOD = 0x10; // T1使用定时
www.eeworm.com/read/352662/10529003

c 例7-1.c

/* 外部中断触发读取运行中定时器的值 */ #ifndef __DEMO_4_12_C__ #define __DEMO_4_12_C__ #include #define _MHZ_ 12 // 设置单片机使用的晶振频率 void main() { /* 定时、中断初始化 */ TMOD = 0x10; // T1使用定时
www.eeworm.com/read/326187/13157866

c 例7-1.c

/* 外部中断触发读取运行中定时器的值 */ #ifndef __DEMO_4_12_C__ #define __DEMO_4_12_C__ #include #define _MHZ_ 12 // 设置单片机使用的晶振频率 void main() { /* 定时、中断初始化 */ TMOD = 0x10; // T1使用定时
www.eeworm.com/read/486514/6534228

c 例7-1.c

/* 外部中断触发读取运行中定时器的值 */ #ifndef __DEMO_4_12_C__ #define __DEMO_4_12_C__ #include #define _MHZ_ 12 // 设置单片机使用的晶振频率 void main() { /* 定时、中断初始化 */ TMOD = 0x10; // T1使用定时
www.eeworm.com/read/476785/6750289

c 例7-1.c

/* 外部中断触发读取运行中定时器的值 */ #ifndef __DEMO_4_12_C__ #define __DEMO_4_12_C__ #include #define _MHZ_ 12 // 设置单片机使用的晶振频率 void main() { /* 定时、中断初始化 */ TMOD = 0x10; // T1使用定时
www.eeworm.com/read/407559/11415537

c 外部中断触发读取运行中定时器的值.c

/* 外部中断触发读取运行中定时器的值 */ #ifndef __DEMO_4_12_C__ #define __DEMO_4_12_C__ #include #define _MHZ_ 12 // 设置单片机使用的晶振频率 void main() { /* 定时、中断初始化 */ TMOD = 0x10; // T1使用定时
www.eeworm.com/read/234003/14126115

c 例7-1.c

/* 外部中断触发读取运行中定时器的值 */ #ifndef __DEMO_4_12_C__ #define __DEMO_4_12_C__ #include #define _MHZ_ 12 // 设置单片机使用的晶振频率 void main() { /* 定时、中断初始化 */ TMOD = 0x10; // T1使用定时
www.eeworm.com/read/312645/3652899

changelog

2007-08-23 Hans Rosenfeld * tests/intr0.cxx, tests/kintr0.c: As suggested by Bart Veer, priorities of the interrupts created by intr0 and kintr0 can now be o
www.eeworm.com/read/312645/3664871

changelog

2007-08-23 Hans Rosenfeld * include/hal_var_ints.h: use interrupt priority 16 for kernel test intr0/kintr0 interrupts 2007-08-17 Hans Rosenfeld