会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yuzaipiaofei
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
17
18
19
20
21
22
23
24
25
···
62
下一页
2011年12月27日
android 下linux的I2C 读写函数实例
摘要: *******************************************************功能: 读取从机数据每个读操作用两条i2c_msg组成,第1条消息用于发送从机地址,第2条用于发送读取地址和取回数据;每条消息前发送起始信号参数:client: i2c设备,包含设备地址bu...
阅读全文
posted @ 2011-12-27 18:15 yuzaipiaofei
阅读(672)
评论(0)
推荐(0)
2011年12月12日
repo 使用方法
摘要: 以为最近工作用git 比较多。学习一下repo 和git的用法能增快效率和代码管理。1. 下载 repo 的地址:http://android.git.kernel.org/repo ,可以用 wgethttp://android.git.kernel.org/repo 或者 curlhttp://...
阅读全文
posted @ 2011-12-12 16:23 yuzaipiaofei
阅读(702)
评论(0)
推荐(0)
2011年12月7日
DBI接口与DPI接口
摘要: DBI接口与DPI接口分类: 音视频与电视 2010-09-26 22:09 1539人阅读 评论(7)收藏举报(1)DBI接口 A,也就是通常所讲的MCU借口,俗称80 system接口。The lcd interface between host processor and LCM device...
阅读全文
posted @ 2011-12-07 13:14 yuzaipiaofei
阅读(1161)
评论(0)
推荐(0)
2011年12月3日
V4L2摄像头获取单幅图片测试程序
摘要: #根据网上常见的一个测试程序修改而来 by rockie cheng#include #include #include #include #include #include #include #include #include #include #include #include #include...
阅读全文
posted @ 2011-12-03 16:24 yuzaipiaofei
阅读(272)
评论(0)
推荐(0)
V4L2摄像头获取单幅图片测试程序(MMAP模式)
摘要: #加了点注释#Rockie Cheng#include #include #include #include #include #include #include #include #include #include #include #include #include #include #incl...
阅读全文
posted @ 2011-12-03 16:21 yuzaipiaofei
阅读(403)
评论(0)
推荐(0)
2011年11月29日
linux内核 kthread_run函数 理解学习
摘要: linux内核 kthread_run函数 理解学习2010-08-09 20:34 最近发现在内核创建线程的时候经常会用到kthread_run()这样的一个调用。于是准备拿出来学习一下。首先看看它的定义之处才发现它是一个宏函数,而不是一个真正意义上的函数。在include/linux/Kthre...
阅读全文
posted @ 2011-11-29 14:27 yuzaipiaofei
阅读(1265)
评论(0)
推荐(0)
2011年11月22日
MTK6573 闪光灯测试
摘要: /*******************************************************************************/以下的代码加在kd_flashlightlist.c 里面的probe函数里面。开启LDO函数声明 extern void upmu_ld...
阅读全文
posted @ 2011-11-22 13:20 yuzaipiaofei
阅读(566)
评论(0)
推荐(0)
2011年11月19日
让source insight在窗口标题栏上显示文件全路径
摘要: 最近发现原来SI可以显示全路径。。。Options -> Preferences -> Display -> Trim long path names with ellipsis
阅读全文
posted @ 2011-11-19 13:09 yuzaipiaofei
阅读(211)
评论(0)
推荐(0)
2011年11月15日
自定义i2c读写函数
摘要: static int kxud9_i2c_read(u8 addr, u8 *data, int len){int err;struct i2c_msg msgs[] = {{.addr = ud9->client->addr,.flags = ud9->client->flags & I2C_M_...
阅读全文
posted @ 2011-11-15 12:52 yuzaipiaofei
阅读(393)
评论(0)
推荐(0)
2011年10月24日
Android Pmem相关介绍
摘要: http://fangjian0518.blog.163.com/blog/#m=0Android Pmem相关介绍2011-10-18 09:40:26|分类:Android PMEM |字号订阅基本原理AndroidPmem是为了实现共享大尺寸连续物理内存而开发的一种机制,该机制对dsp,gpu...
阅读全文
posted @ 2011-10-24 14:40 yuzaipiaofei
阅读(302)
评论(0)
推荐(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
···
62
下一页