会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
啊 我们的征途是星辰大海
狂奔吧
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
65
下一页
2020年11月12日
V4L2 clock api
摘要: // V4L2 clocks // subdevices: 子设备 camera sensors,TV decoders and encoders // need a clocksignal to be supplied by the system. Often this clock is supp
阅读全文
posted @ 2020-11-12 16:08 卷哭你
阅读(128)
评论(0)
推荐(0)
2020年11月11日
学习资料
摘要: https://linuxtv.org/downloads/v4l-dvb-apis/driver-api/mc-core.html#pads
阅读全文
posted @ 2020-11-11 19:34 卷哭你
阅读(66)
评论(0)
推荐(0)
typeof和clamp
摘要: (1) typeof 不是 typedef (2) #include <stdio.h>#include <stdint.h>#include <stdbool.h> #define clamp(val,min,max) ( { \ typeof(val) __val = (val); \ type
阅读全文
posted @ 2020-11-11 11:31 卷哭你
阅读(207)
评论(0)
推荐(0)
2020年10月25日
dw2和dw3 设备获取速度
该文被密码保护。
阅读全文
posted @ 2020-10-25 08:59 卷哭你
阅读(1)
评论(0)
推荐(0)
2020年10月21日
C语言void*和*p的使用
摘要: #include <stdio.h> #include <stdlib.h> #include <limits.h> #include <time.h> #include <pthread.h> #include <semaphore.h> #include <unistd.h> #include
阅读全文
posted @ 2020-10-21 08:04 卷哭你
阅读(522)
评论(0)
推荐(0)
C语言二级指针和一级指针
摘要: 指针使用:(1)操作单个地址 修改单个值 (2) 得到某一一串的连续首地址,遍历访问想要地址,然后操作地址,修改某个值 比如二级指针存储多个一级指针的首地址 一级指针存取 多个变量首地址 经常配合使用 ARRAY_SIZE宏 #include <stdio.h> #include <stdlib.h
阅读全文
posted @ 2020-10-21 07:47 卷哭你
阅读(364)
评论(1)
推荐(0)
2020年10月17日
C语言结构体变量成员之指针变量成员的坑
摘要: #include <stdio.h> #include <stdlib.h> #include <limits.h> #include <time.h> #include <pthread.h> #include <semaphore.h> #include <unistd.h> #include
阅读全文
posted @ 2020-10-17 08:08 卷哭你
阅读(194)
评论(0)
推荐(0)
2020年10月15日
控制硬件三部曲
摘要: (1)基本资源初始化 (2)动态过程中断或者线程初始化 (3)读写和控制接口
阅读全文
posted @ 2020-10-15 10:22 卷哭你
阅读(82)
评论(0)
推荐(0)
2020年10月13日
C语言const char*使用
摘要: #include<stdio.h> const char*name = "hello audio"; char*usb_name = "ac usb string descriptor"; int main() { name = usb_name; // name[0] = 'a'; printf(
阅读全文
posted @ 2020-10-13 22:32 卷哭你
阅读(1376)
评论(0)
推荐(0)
linux驱动字符串传参
该文被密码保护。
阅读全文
posted @ 2020-10-13 22:30 卷哭你
阅读(0)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
65
下一页
公告