EE直播间
更多
文章
首页 我的博文
用户1564666 2011-9-2 19:33
UART驱动,从驱动原理到实际驱动
第五章   Linux 文件系统与设备文件 5.1   Linux 文件系统与设备驱动 应用程序和 VFS 之间的接口是系统调用,而 VFS 与磁盘文件系 ...
用户1564666 2011-9-1 22:40
Linux 下串口编程入门
http://www.ibm.com/developerworks/cn/linux/l-serials/#N10230 注:该博主写的内容还算是易懂,虽然有些许错误。 串口操作 串口操作需要的头文件 ...
用户1564666 2011-9-1 20:52
int main(int argc,char* argv[])详解
摘自:http://blog.csdn.net/lambol_8309/article/details/4524964      argc是命令行总的参数个数      argv )      {       ...
用户1564666 2011-8-29 17:02
s3c6410的GPIO_LED的相关注释
/*   /arch/arm/mach-s3c6410/Mach-ldd6410.c   */ static struct gpio_led ldd6410_leds = {         .name = "LED1",         .gpio = S3C ...
用户1564666 2011-8-29 16:32
gpio_direction_output vs gpio_set_value之间的使用
摘自:http://blog.csdn.net/fu_shuwu/article/details/6123333 在linux驱动中常常会碰到gpio_set_value(port_num,0/1)或gpio_direction_output (port_num ...
用户1564666 2011-8-29 15:53
工作队列
摘自:http://oss.org.cn/kernel-book/ldd3/ch07s06.html 工作队列是, 表面上看, 类似于 taskets; 它们允许内核代码来请求在将来某个时间调用一个函数. 但是, ...
用户1564666 2011-8-29 15:20
printk 终端
摘自:http://blog.csdn.net/zengxiongzhu/article/details/4877479 #include linux/kernel.h #include linux/module.h #include linux/init.h #include ...
用户1564666 2011-8-29 10:32
6410的GPIO使用
摘自:http://blog.csdn.net/zhandoushi1982/article/details/5396754 一,每组GPIO的数目:        #define S3C64XX_GPIO_A_NR (8)        #de ...
用户1564666 2011-8-29 10:11
##黏贴符号的使用
摘自:http://blog.csdn.net/zhandoushi1982/article/details/4824737 在C语言中会碰到一些用到##的地方。比如: #define CONFIG_S3C_GPIO_SPACE  8  //可忽 ...
用户1564666 2011-8-25 23:33
ubuntu android SDK安装
摘自:http://hi.baidu.com/shishlv/blog/item/471699fc96f7e291b801a041.html 1.下载android sdk  下载地址如下:  http://dl.google.com/android/android-s ...
用户1564666 2011-8-23 23:06
size_t与ssize_t
摘自:http://ntern.blog.163.com/blog/static/12802432420103298171142/ ssize_t是什么类型的? 解释一:为了增强程序的可移植性,便有了size_t,它是为了 ...
用户1564666 2011-8-23 23:01
container_of
摘自:http://blogold.chinaunix.net/u2/82799/showart.php?id=1332726 Linux常用container_of宏从成员变量提取整个结构体的首地针,这个宏的定义如下: #defin ...
用户1564666 2011-8-22 15:27
GNU C 扩展之__attribute__ 机制简介
摘自:http://www.yuanma.org/data/2006/0625/article_948.htm GNU C 的一大特色(却不被初学者所知)就是 __attribute__ 机制。 __attribute__ 可以设置 ...
用户1564666 2011-8-22 14:46
typeof关键字简介
摘自:http://blog.chinaunix.net/space.php?uid=22145625do=blogcuid=2081601 typeof 关键字是C语言中的一个新扩展。只要可以接受 typedef 名称 ...
用户1564666 2011-8-22 11:29
如何启用 Ubuntu 中的 root 帐号
摘自:http://linuxtoy.org/archives/howto_enable_ubuntu_root_account.html 其实我个人认为这没有多大必要,因为当你需要 root 的权限时,使用 sudo 便可以 ...
关闭 站长推荐上一条 /3 下一条