代码搜索:中断编程

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

代码结果 10,000
www.eeworm.com/read/401528/11556456

txt gpio中断.txt

1. GPIO作为中断使用; 在以前常见的GPIO作为中断使用的时候,一般做以下步骤即可: * 设置GPIO复用功能为 一般的GPIO功能; * 设置GPIO为input状态; * 设置产生中断的方式;上升延,还是下降延; * 设置中断控制器 enable GPIO_X位 在其他的平台或许你这样设置就没有什么问题了。但是在PXA 27x 系列中,你必须设置: IPR0-IPR39 ...
www.eeworm.com/read/401483/11557027

opt 另类中断.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/401483/11557030

plg 另类中断.plg

礦ision2 Build Log Project: C:\Documents and Settings\Administrator\桌面\c语言程序段\中断\另类中断.uv2 Project File Date: 07/27/2008 Output:
www.eeworm.com/read/401483/11557031

lst 另类中断.lst

C51 COMPILER V7.06 另类謃__ 07/28/2008 10:11:52 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE 另类謃__ OBJECT MODULE PLACED IN 另类中断
www.eeworm.com/read/401483/11557034

c 另类中断.c

#include #define uchar unsigned char sbit P0_0=P0^0; sbit P0_7=P0^7; void delayer (char); void main(void) { P0_0=0; { while(P0_7==1) { P0_0=~ P0_0;
www.eeworm.com/read/342250/12032642

hex 键盘(中断).hex

:0900B700C0F9A4B0999282F8008E :06008000EFD394004016CE :10008600750A01750BF4E50B150BAC0A7002150A1F :030096004C70F3B8 :040099001F80E422BE :0E009D008FA0ED9000B793F5807F01020080E8 :100006007F0512008
www.eeworm.com/read/338015/12329102

c 时钟中断.c

/*************************************************************** * 声明: * 本程序只具备演示功能,不能保证适用于您的真实应用。如需使用,请根据 * 您的实际需要修改本程序。 *******************************************************************
www.eeworm.com/read/129383/14248253

hex 中断简单.hex

www.eeworm.com/read/129383/14248256

hex 中断复杂.hex

www.eeworm.com/read/129383/14248284

asm 中断复杂.asm

ORG 0 AJMP NT ORG 0003H AJMP INT0R NT:MOV IE,#81H SETB IT0 MOV R0,#0 BIOU:MOV P1,#01H MOV DPTR,#TAB0 MOV A,R0 MOVC A,@A+DPTR MOV P2,A SJMP $ INT0R:INC R0 CJNE R0,#10H,RET0 M