12 2020 档案
摘要:
阅读全文
摘要:
阅读全文
该文被密码保护。
摘要:cat /proc/sys/kernel/printk 修改 echo "8 4 1 7" > /proc/sys/kernel/printk 之后都可以打印出来
阅读全文
摘要:
阅读全文
该文被密码保护。
摘要:微数据帧 ...,USB2.0在原本1ms的数据帧中,再细分成8个微数据帧(Micro-Frame),两者都是利用SOF(Start Of Frame)这个令牌(token)。
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:   
阅读全文
摘要:#include <stdio.h> #include <string.h> int main() { //memmove:copy memory area //voidmemmove(voiddest,const voidsrc,size_t n); chars = "memmove"; char
阅读全文
摘要://打印调用函数名和行号printf("%s, %d\n", __func__, __LINE__);
阅读全文
摘要:配置描述符的打印是有 设备描述符中一个成员 __u8 bNumConfigurations; 打印出来的 struct usb_config_descriptor { __u8 bLength; __u8 bDescriptorType; __le16 wTotalLength; __u8 bNum
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:分辨率: 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
阅读全文
摘要:burst 传输:vi.爆裂,炸破; 使爆炸; 充满,塞满; 爆发; 突发传输:数据突发,短时间内进行相对高带宽的数据传输. 多个数据单元当作一个单元(相当于一个数据块)来传输,从而提高传输效率。 突发长度:突发(Burst)是指在同一行中相邻的存储单元连续进行数据传输的方式,连续传输的周期数就是突
阅读全文
摘要:shell -e: -e filename 判断文件是否存在 if [ -e xxx ]; then else echo "xxx" fi if [ -e xxx ]; then echo "xxxx" fi
阅读全文
摘要: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
阅读全文
摘要:struct uvc_streaming_control { __u16 bmHint; __u8 bFormatIndex; //视频格式索引 __u8 bFrameIndex; //视频帧索引 __u32 dwFrameInterval; //视频帧间隔 __u16 wKeyFrameRate;
阅读全文
摘要: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
阅读全文

浙公网安备 33010602011771号