上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 65 下一页
摘要: 分辨率: UHD: 3840X2160 p30 WQHD: 2560X1440 p60/p30 FHD: 1920X720 p60/p59.94 HD:1280x720 p60/p59.94 NTSC:720X480 p60/p59.94 VGA:640x480 p60/p59.94 PIC_SIZ 阅读全文
posted @ 2020-12-12 16:45 卷哭你 阅读(207) 评论(0) 推荐(0) 编辑
摘要: burst 传输:vi.爆裂,炸破; 使爆炸; 充满,塞满; 爆发; 突发传输:数据突发,短时间内进行相对高带宽的数据传输. 多个数据单元当作一个单元(相当于一个数据块)来传输,从而提高传输效率。 突发长度:突发(Burst)是指在同一行中相邻的存储单元连续进行数据传输的方式,连续传输的周期数就是突 阅读全文
posted @ 2020-12-12 15:16 卷哭你 阅读(772) 评论(0) 推荐(0) 编辑
摘要: shell -e: -e filename 判断文件是否存在 if [ -e xxx ]; then else echo "xxx" fi if [ -e xxx ]; then echo "xxxx" fi 阅读全文
posted @ 2020-12-12 15:01 卷哭你 阅读(140) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-11 20:29 卷哭你 阅读(0) 评论(0) 推荐(0) 编辑
摘要: static int fd; static uint64_t buffer; static void threadFunc(void) //线程函数 { int t; eventfd_t value; int ret = -1; while(1) { #if 0 t = read(fd,&buffe 阅读全文
posted @ 2020-12-11 13:37 卷哭你 阅读(249) 评论(0) 推荐(0) 编辑
摘要: struct uvc_streaming_control { __u16 bmHint; __u8 bFormatIndex; //视频格式索引 __u8 bFrameIndex; //视频帧索引 __u32 dwFrameInterval; //视频帧间隔 __u16 wKeyFrameRate; 阅读全文
posted @ 2020-12-10 21:53 卷哭你 阅读(646) 评论(0) 推荐(0) 编辑
摘要: Requirements In order for this to work configfs must be available, so CONFIGFS_FS must be ‘y’ or ‘m’ in .config. As of this writing USB_LIBCOMPOSITE s 阅读全文
posted @ 2020-12-08 21:41 卷哭你 阅读(996) 评论(0) 推荐(0) 编辑
摘要: 中断是所有驱动的基石 platform_get_resource gpiod_to_irq pinctrl作用:配置pin脚为什么功能 22222222222222 of_gpio_count 和cell有关 5、内核的使用流程 a、清除命令 一般在第一次编译时使用 make mrproper b、 阅读全文
posted @ 2020-11-30 08:16 卷哭你 阅读(136) 评论(0) 推荐(0) 编辑
摘要: make modules结束后使用命令安装内核中可加载模块文件到一个指定目录下.make modules_install INSTALL_MOD_PATH=/home/usr/modules 阅读全文
posted @ 2020-11-29 19:55 卷哭你 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 硬件发生中断过程和软件识别中断过程是相反的 cpu读取中断控制器是那个模块发生了中断. #if 0 /* Interrupt number assignments within Linux */#define WM831X_IRQ_TEMP_THW 0#define WM831X_IRQ_GPIO_ 阅读全文
posted @ 2020-11-29 18:26 卷哭你 阅读(115) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 65 下一页