摘要: Display :RGB LVDS HDMI MIPI CVBS VGA MIPI(Mobile Industry Processor Interface)移动行业处理器接口 DCS(DisplayCommandSet) :是一个标准化的命令集,用于命令模式的显示模组。 CSI (Camera Se 阅读全文
posted @ 2019-06-22 17:10 panda_w 阅读(438) 评论(0) 推荐(0)
摘要: list.h 链表结构体 struct list_head { struct list_head *next, *prev; }; INIT_LIST_HEAD :创建内核链表 / 初始化头结点 list_for_each :遍历链表 list_add :在链表头插入节点 list_add_tail 阅读全文
posted @ 2019-06-22 15:32 panda_w 阅读(266) 评论(0) 推荐(0)
摘要: select_list 1.头文件 2.client_delect.c 3.server_select.c 4.list.h 测试: success ! 阅读全文
posted @ 2019-06-22 15:27 panda_w 阅读(367) 评论(0) 推荐(0)
摘要: select_多路复用 1.头文件 2.client_select 3.server_select 测试: success ! 阅读全文
posted @ 2019-06-22 11:00 panda_w 阅读(391) 评论(0) 推荐(0)