Chinaunix首页 | 论坛 | 博客
  • 博客访问: 291914
  • 博文数量: 111
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 672
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-05 23:41
文章分类

全部博文(111)

文章存档

2017年(111)

我的朋友

发布时间:2017-06-29 14:10:41

块设备驱动......【阅读全文】

阅读(2275) | 评论(0) | 转发(0)

发布时间:2017-06-29 13:55:10

linux/jiffies.h/* * Convert various time units to each other: */extern unsigned int jiffies_to_msecs(const unsigned long j);extern unsigned int jiffies_to_usecs(const unsigned long j);extern unsigned long msecs_to_jiffies(const unsigned int m);extern unsigned long usecs_to_jiffies(.........【阅读全文】

阅读(1451) | 评论(0) | 转发(0)

发布时间:2017-06-26 18:50:34

 对于SPI的一些结构体都有所了解之后呢,那么再去瞧瞧SPI的那些长见的操作的函数了。首先看一下本人画的比较挫的数据流了,仅供参考,如有不对,不吝赐教  接下来看看各个函数吧还是: SPI write [html] view plain copy.........【阅读全文】

阅读(3066) | 评论(0) | 转发(0)

发布时间:2017-06-19 18:14:45

#ifndef _RWI2C_C_#define _RWI2C_C_#include <linux/init.h>  #include <linux/module.h>  #include <linux/types.h>  #include <linux/fs.h>  #include <linux/proc_fs.h>  #include <linux/device.h>  #include <asm/uaccess.h> #include <linux/slab.h>#include <lin.........【阅读全文】

阅读(1409) | 评论(0) | 转发(0)

发布时间:2017-06-19 18:14:06

/* drivers/nova/i2c1mux.c - i2c1mux compass driver * drivers/i2c/chips/i2c1mux.c - i2c1mux compass driver * * Copyright (C) 2007-2008 HTC Corporation. * Author: Hou-Kun Chen <houkun.chen@gmail.com> * * This software is licensed under the terms of the GNU General P.........【阅读全文】

阅读(4295) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册