博客
关于我
USB3.2 速率
阅读量:484 次
发布时间:2019-03-06

本文共 680 字,大约阅读时间需要 2 分钟。

一直以来也没搞清楚USB 3.2的10Gbps的形式,一直以为是5Gbps*2lane。

翻看了下USB 3.2的协议,终于搞明白了。协议上是这么说的:

3.2.1 Physical LayerThe Gen X physical layer specifications are detailed in Chapter 6. The physical layer defines the PHY portion of a port and physical connection between a downstream facing port(on a host or hub)and the upstream facing port on a device. The Gen X physical connection is comprised of two differential data pairs(one transmit pat and one receive path) for each lane. Dual-lane support(Gen X x 2) is defined to enable two lane operation over the USB Type-C cable and connector.

传输速率分为Gen 1(5Gbps)和Gen 2(10Gbps),在Type-C接口上可以实现2lane同时传输,即Gen 1 x 2(10Gbps)和Gen 2 x 2(20Gbps)。

 

USB 3.2协议连接如下:

转载地址:http://vpxdz.baihongyu.com/

你可能感兴趣的文章
mysql innodb通过使用mvcc来实现可重复读
查看>>
mysql insert update 同时执行_MySQL进阶三板斧(三)看清“触发器 (Trigger)”的真实面目...
查看>>
mysql interval显示条件值_MySQL INTERVAL关键字可以使用哪些不同的单位值?
查看>>
Mysql join原理
查看>>
MySQL Join算法与调优白皮书(二)
查看>>
Mysql order by与limit混用陷阱
查看>>
Mysql order by与limit混用陷阱
查看>>
mysql order by多个字段排序
查看>>
MySQL Order By实现原理分析和Filesort优化
查看>>
mysql problems
查看>>
mysql replace first,MySQL中处理各种重复的一些方法
查看>>
MySQL replace函数替换字符串语句的用法(mysql字符串替换)
查看>>
mysql replace用法
查看>>
Mysql Row_Format 参数讲解
查看>>
mysql select, from ,join ,on ,where groupby,having ,order by limit的执行顺序和书写顺序
查看>>
MySQL Server 5.5安装记录
查看>>
mysql server has gone away
查看>>
mysql slave 停了_slave 停止。求解决方法
查看>>
MySQL SQL 优化指南:主键、ORDER BY、GROUP BY 和 UPDATE 优化详解
查看>>
MYSQL sql语句针对数据记录时间范围查询的效率对比
查看>>