CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - interrupt handler

搜索资源列表

  1. SemSig

    0下载:
  2. Shows how to set up an interrupt handler function and signal events from the handler. We use C6x timer 1 as the example interrupt source.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2164
    • 提供者:丽香
  1. irq

    0下载:
  2. interrupt handler for at91rm92
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1060
    • 提供者:Arthur
  1. IDT-Hook-

    1下载:
  2. IDT是一个有256个入口的线形表,每个IDT的入口是个8字节的描述符,所以整个IDT表的大小为256*8=2048 bytes,每个中断向量关联了一个中断 处理过程。所谓的中断向量就是把每个中断或者异常用一个0-255的数字识别-IDT is a linear table 256 entry, each IDT entry is 8-byte descr iptors, so the size of the IDT table 256* 8 = 2048 bytes, each inter
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:112648
    • 提供者:wu
  1. keypad

    0下载:
  2. S3C2440 键盘驱动,八个按键,中断处理分上下部分,带定时器延时去抖动功能-S3C2440 keyboard-driven, eight buttons, upper and lower part of the interrupt handler with the timer delay to the jitter
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:3388
    • 提供者:黄斌
  1. swi

    0下载:
  2. ARM处理器软中断处理。a_swi.s文件是最开始处理的SWI句柄,用ARM汇编指令编写。c_swi.c文件是在执行a_swi.s文件之后调用执行的C语言SWI句柄。 -ARM processor soft interrupt handling. a_swi.s document is the beginning of the SWI handler deal with the preparation of ARM compilation directives. c_swi.c document
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:11368
    • 提供者:semihost
  1. ARMzhongduan

    0下载:
  2. ARM 异常中断处理概述;异常的响应和退出;中断处理程序的安装;各种异常中断的处理-Overview of ARM exception interrupt handling abnormal response and exit interrupt handler installation a variety of abnormal interrupt handling
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:252220
    • 提供者:liping
  1. AIC

    0下载:
  2. ARM9芯片片外启动的初始化以及中断处理程序-ARM9 chip, chip to start the initialization and interrupt handler
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:201139
    • 提供者:dido
  1. 2009S3C2410init.S

    0下载:
  2. 2410Init.s包括了板子上电后的初始话,具体有几个步骤: 讲述S3C2410启动程序设计 1. 屏蔽所有中断,关看门狗。 2. 根据工作频率设置PLL寄存器 3. 初始化存储控制相关寄存器 4. 初始化各模式下的栈指针 5. 设置缺省中断处理函数 6. 将数据段拷贝到RAM中,将零初始化数据段清零 7. 跳转到C语言Main入口函数中-2410Init.s including the board after t
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:5605
    • 提供者:晴空
  1. C8051F-USEFUL

    0下载:
  2. 此程序针对C8051F124,使用定时器3中断,用于点亮绿色小灯。-This program flashes the green LED used C8051F124 // using the interrupt handler for Timer3.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:10658
    • 提供者:aka
  1. I2CSMBUS

    1下载:
  2. PIC24F之EEPROM读写中断事件处理函数。 这是一个通用的I2C/SMBUS通讯中断处理程序。在MPLABIDE环境下开发-The EEPROM read and write PIC24F interrupt event handler. This is a generic I2C/SMBUS communications interrupt handler. The MPLABIDE Development Environment
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:3223
    • 提供者:梦之
  1. timer_test

    0下载:
  2. This example uses a timer to generate interrupt at a specific period.The timer event handler increments the event count and prints in stdout.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:3754
    • 提供者:xpert
  1. divideoverflow

    0下载:
  2. 设AX/BL,当BL=0时产生除数为零中断,编写除数为零中断处理程序,显示DIVIDED BY ZERO!-Set AX/BL, while BL = 0 division by zero interrupt generated when the preparation of the division by zero interrupt handler, display DIVIDED BY ZERO!
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:4466
    • 提供者:xiaoxue
  1. 8253clock

    0下载:
  2. 本实验利用8253做定时器,用定时器输出的脉冲控制8259产生中断 在8259中断处理程序中,对时、分、秒进行计数,在等待中断的循 环中用LED显示时间。 8253用定时器/计数器1,8253片选接CS4,地址为0C000H。8253时钟 源CLK1接分频电路的F/64输出。分频器的Fin接4MHz时钟。8253的 GATE1接VCC。 8259中断INT0接8253的OUT1,片选接CS5,地址为0D000H。 显示电路的KEY/LED CS 接CS0
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:2239
    • 提供者:夏伟
  1. TIMER_RVMDK

    0下载:
  2. 本源码为STM32的定时器使用例程,主要测试定时器2的功能。开发环境realviewMDK 将定时器2设置为输出比较模式,4个通道分别设置不同的比较值,因此每个通道产生中断的频率不同。在中断处理程序中分别相应的LED翻转,从而可以观察到4个闪烁频率不同的LED。 闪烁频率由快到慢:LD5、LD6、LD4、LD3。-The source code for the STM32 timer routine use, the main test Timer 2 functions. Develo
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:151707
    • 提供者:huangshengqun
  1. C51

    0下载:
  2. c51单片机中断处理程序的相关代码和文件说明-c51 SCM interrupt handler associated code
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:93978
    • 提供者:xi
  1. timers

    0下载:
  2. Timer This example application demonstrates the use of the timers to generate periodic interrupts. One timer is set up to interrupt once per second and the other to interrupt twice per second each interrupt handler will toggle its own indi
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-23
    • 文件大小:171015
    • 提供者:derek
  1. Interrupt

    0下载:
  2. 嵌入式ARM环境,linux操作系统中断处理程序-Embedded ARM environment, linux operating system interrupt handler
  3. 所属分类:Embeded Linux

    • 发布日期:
    • 文件大小:357702
    • 提供者:crack4000
  1. Interrupt-Handler-.pdf

    0下载:
  2. Interrupt Handling in LInux
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-07
    • 文件大小:897037
    • 提供者:vijay
  1. interrupt

    1下载:
  2. 在atlys型号开发板上开发中断处理程序,用microblaze做处理器,两个GPIO作为外设,一个GPIO连接按键作为中断源,另外一个GPIO连接led外设,熟悉中断的处理流程。-Model development board developed in atlys interrupt handler do with microblaze processor, two GPIO as a peripheral, a GPIO connection button as an interrupt s
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-08
    • 文件大小:15778799
    • 提供者:wang
  1. int-handler

    0下载:
  2. plat_irq_dispatch: Interrupt handler for DECstations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2672
    • 提供者:lbronxy
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com