CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - io

搜索资源列表

  1. led_exp

    0下载:
  2. 44B0的led测试代码应用在44B0的IO口操作 -44B0 led to the application of the test code 44B0 IO mouth operation
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:60937
    • 提供者:
  1. armiodriver

    0下载:
  2. 嵌入式linux上一般的io读写模块,配置为字符驱动程序.-Embedded Linux on the general literacy io module, the distribution of character-driven procedures.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:9894
    • 提供者:刘蒙恩
  1. iic.c

    0下载:
  2. 初学者的福音. 代码易懂! 通过IO模拟实现的arm2410的iic总线驱动程序 可进行读写操作
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:3440
    • 提供者:Jinn
  1. touch

    0下载:
  2. SDT下触摸屏测试程序 说明,这个程序用的话要改下IO口定义
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1269
    • 提供者:hs
  1. 9315-dio

    0下载:
  2. EP9315 IO ARM LINUX下的测试原代码,
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1386
    • 提供者:李岗
  1. init

    0下载:
  2. S3C2410的完整的初始化过程,包括IO口,MMU,等等,详情可以在其内部的2410.c查询到。注意,特别适用于Techv-2410开发板。
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:47426
    • 提供者:安熙
  1. status.c

    0下载:
  2. 利用s3c2410的PWM来让IO口产生时序脉冲的程序,可用于电机驱动,或者其他时序驱动作为参考 此例为四路CCD时序,
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1138
    • 提供者:wuchao
  1. io

    0下载:
  2. ecos serial rx and tx
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5057
    • 提供者:朱蒙
  1. gpio

    0下载:
  2. 基于linux和s3c2440的gpio驱动程序,同时包含了应用程序例子,能够访问任意的单个IO管脚,设置为输入、输出等
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:6606
    • 提供者:xiyong
  1. 16bit_io_cs8900

    0下载:
  2. 运用16位IO方式控制CS8900A芯片,经过测试保证正确
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:7733
    • 提供者:王方
  1. IO_irq

    0下载:
  2. IO驱动的全过程和源码,有助你对驱动的认识和学习!
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5770
    • 提供者:燕山
  1. GPIO

    0下载:
  2. 简单的 linux gpio 读写程序,了解2410 io操作。-Linux gpio read and write simple procedures, understand the operation of 2410 io.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-22
    • 文件大小:112532
    • 提供者:huqx
  1. IO

    0下载:
  2. Linux环境编程,I/O编程,包括buff_types、cp_fio、gettime。希望对你的学习有帮助。-Linux programming environment, I/O programming, including buff_types, cp_fio, gettime. Want to help you learn
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:3723
    • 提供者:张建
  1. IO-port-and-IO-mem

    0下载:
  2. linux 2.6内核下操作IO port 和IO mem的例程序,对于学习很有帮助。-linux 2.6 kernel and the IO mem IO port operations in the cases of procedures for the very helpful.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:8188
    • 提供者:hairong
  1. arm-for-IO

    0下载:
  2. ARM for linux 中的文件IO相关实例,很好的一个教程,,。-ARM for linux file IO related instances, a very good tutorial.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:188913
    • 提供者:lizhining
  1. IO

    0下载:
  2. S3C2440 IO口驱动 可以任意控制IO口输出高低电平-S3C2440 IO port driver can arbitrarily control the IO port output high and low
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:10908
    • 提供者:wang
  1. embedded-system-IO-interface

    0下载:
  2. 嵌入式系统外设IO接口原理和图 ,ppt格式,用于设备驱动开发-embedded system device and io interface
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-10
    • 文件大小:2358016
    • 提供者:vithome
  1. IO-mem-acess

    0下载:
  2. 基于linux系统的IO内存访问底层硬件的驱动程序。实验现象是LED灯亮。所以也是LED驱动程序。不是调用函数接口-IO memory based on the Linux system to access the underlying hardware driver. The experimental phenomena are LED lights. LED driver. Instead of calling the function interface
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:5767
    • 提供者:王普
  1. IO

    0下载:
  2. 基本IO操作的原函数,平时的时候积累的,可以参考一下,做练习用-The original function of the IO operation, usually when accumulated, can refer to, do the exercises with
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:3840
    • 提供者:孔宪伟
  1. S5pv210--IO-TO-I2C

    0下载:
  2. 在s5pv210片子上用IO口模拟的i2c程序-The analog IO s5pv210 film i2c procedures
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-16
    • 文件大小:2733
    • 提供者:路杰锋
« 12 3 4 »
搜珍网 www.dssz.com