CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - Button

搜索资源列表

  1. input_sys

    0下载:
  2. 一个简单的linux按键驱动,以输入子系统方式实现。-a simply button driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:2.29kb
    • 提供者:cainiao
  1. 2410_button_irq

    0下载:
  2. 2410 按键驱动及测试程序 2410 按键驱动及测试程序-2410 button driver and test program 2410 button driver and test program 2410 button driver and test program
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-05
    • 文件大小:3.24kb
    • 提供者:罗芳林
  1. buttons

    0下载:
  2. Button driver for s3c2440.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:719byte
    • 提供者:hung
  1. buttons

    0下载:
  2. Linux下基于S3C2410的按键驱动程序-button procedures based on S3C2410 under Linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:945byte
    • 提供者:林非
  1. button-linux

    0下载:
  2. 嵌入式linux按键驱动程序及相关的测试程序,通过定时器定时扫描GPIO电平的高低以判定按键是否按键,通过延时去抖-Embedded linux key drivers and test procedures, by the level of timer scheduled scans the GPIO to determine whether a key button debounce with delay
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:2.37kb
    • 提供者:
  1. key-and-led

    0下载:
  2. stm32的可用驱动模板,通过简单的按键控制流水灯来实现-the stm32 available driver templates, through the simple push-button control of light water
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-11
    • 文件大小:2.54mb
    • 提供者: 陈涛
  1. button

    0下载:
  2. 我自己的2440按键驱动源码,有很详细的注释,很有帮助的-I own a 2440 key driver source code, very detailed notes
  3. 所属分类:Driver develop

    • 发布日期:2017-12-04
    • 文件大小:66.29kb
    • 提供者:王伟
  1. button

    0下载:
  2. 简单的按键linux驱动程序,里面有两种模式,一种是扫描模式,一种是中断模式。中断模式是按键驱动led-Simple key linux driver, there are two modes, a scan mode, one is the interrupt mode. The interrupt mode key driver led
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:2.76kb
    • 提供者:刘智
  1. usb-driver-based-on-arm9

    0下载:
  2. USB驱动程序,ARM9处理器,USB完成鼠标的左键、中键和右键的功能,Linux-2.6.30的内核,用到总线-设备-驱动模型-USB driver, ARM9 processor, USB complete the left button of the mouse button and the right of the function, Linux-2.6.30 kernel, used bus- Equipment- Driver Model
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:2.13kb
    • 提供者:
  1. input-system

    0下载:
  2. Linux环境下,用输入子系统结构写的按键驱动程序,检测到按键K1/K2/K3/K4中断后再终端显示被按下的按键。-Linux environment, with the the input subsystem structure written key driver detected key K1/K2/K3/K4 interrupt after terminal to display the button is pressed.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:1.7kb
    • 提供者:
  1. button

    0下载:
  2. linux系统下的button驱动模拟,类似按钮简单模拟驱动编写操作。-linux system ,button driver
  3. 所属分类:Driver develop

    • 发布日期:2017-12-02
    • 文件大小:4.76kb
    • 提供者:111
  1. irq_key

    0下载:
  2. 按键防抖驱动,当按键时可以防止由于手抖而产生多次触发中断-The button image stabilization drive, when keys can be prevented due to tremor repeatedly triggered interrupt
  3. 所属分类:Driver develop

    • 发布日期:2017-11-13
    • 文件大小:87.46kb
    • 提供者:mr
  1. eduk4-key

    0下载:
  2. /** *summary:本驱动目的为按键控制LED灯的状态 *descr iption:Edkit-VI试验箱中有4个LED灯和2个按键 * 我们用按键1来循环选择你要控制的LED * 按键2来控制LED的状态 * 按键2的操作将在按键1选择的LED上执行 * 初始状态下选择的LED为亮 * 当你按下按键2后选择的LED变为闪烁状态 * 再按一下后选择的LED变为熄灭状态 *author: * * */ /-/ The
  3. 所属分类:Driver develop

    • 发布日期:2017-12-05
    • 文件大小:3.64kb
    • 提供者:李文超
  1. buttons

    0下载:
  2. mini2440 button driver
  3. 所属分类:Driver develop

    • 发布日期:2017-11-29
    • 文件大小:6.05kb
    • 提供者:Flyhigh
  1. tengnuo

    0下载:
  2. 键盘驱动源码,应用程序源码 本驱动是基于中断方式的,在此创建一个等待队列,以配合中断函数使用;当有按键按下并读取到键 值时,将会唤醒此队列,并设置中断标志,以便能通过 read 函数判断和读取键值传递到用户态;当没有按 键按下时,系统并不会轮询按键状态,以节省时钟资源*/ -Keyboard driver source code, the application source code of this driver is interrupt-based approach, in
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:6.64kb
    • 提供者:藤诺
  1. TC_buttons

    0下载:
  2. 这是一个关于TC—button驱动程序,编译环境是IAR,芯片是STM32F051!-This is a TC—button driver, the compiler environment is the IAR, the chip is STM32F051!
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:19.7kb
    • 提供者:上官
  1. IPREST

    0下载:
  2. 按键实现恢复出厂时网络配置源代码及分析说明(友善之臂Micro2440核心板)-linux driver and application of a button.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:3.29kb
    • 提供者:志勇
  1. buttons

    0下载:
  2. 这是一个嵌入式linux按键驱动代码,能在mini2440上面通过交叉编译运行-this is an embedded linux button driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:1.24kb
    • 提供者:
  1. tclexe.tcl

    0下载:
  2. tcl/tk simple for complete the button and ui
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:850byte
    • 提供者:Ansel
  1. testdrv

    0下载:
  2. 这是一个fl2440 按键中断驱动文件,arm9(s3c2440开发平台),按下开发板按钮开关1,便可测试,通过cat /proc/interrupts 命令在include/arch/irqs.h 可查证。-This is a key interrupt-driven file fl2440, arm9 (s3c2440 development platform), press the button to switch a development board, can be tested by
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:765byte
    • 提供者:liu
« 12 »
搜珍网 www.dssz.com