linux
云卷花开
这个作者很懒,什么都没留下…
展开
-
linux内核container_of宏使用详解
linux内核代码有很多巧妙地设计,其设计思想值得我们深入学习分析.今天来分析一下linux内核中大量使用的一个宏定义container_of(ptr, type, member)先上功能定义:已知结构体type的成员变量member的地址是ptr,推导出结构体变量的首地址./** * container_of - cast a member of a structure out to the containing structure * @ptr: the pointer to the原创 2022-01-23 12:58:49 · 1597 阅读 · 0 评论 -
linux应用程序串口操作及配置
linux应用程序串口基本操作及波特率相关参数设置.原创 2022-01-15 22:30:04 · 1552 阅读 · 0 评论 -
嵌入式linux交叉编译sqlite3
嵌入式linux交叉编译sqlite3,开发板使用sqlite数据库.原创 2022-01-09 22:10:39 · 1477 阅读 · 0 评论