博客
关于我
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/

你可能感兴趣的文章
mysql8的安装与卸载
查看>>
MySQL8,体验不一样的安装方式!
查看>>
MySQL: Host '127.0.0.1' is not allowed to connect to this MySQL server
查看>>
Mysql: 对换(替换)两条记录的同一个字段值
查看>>
mysql:Can‘t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock‘解决方法
查看>>
MYSQL:基础——3N范式的表结构设计
查看>>
MYSQL:基础——触发器
查看>>
Mysql:连接报错“closing inbound before receiving peer‘s close_notify”
查看>>
mysqlbinlog报错unknown variable ‘default-character-set=utf8mb4‘
查看>>
mysqldump 参数--lock-tables浅析
查看>>
mysqldump 导出中文乱码
查看>>
mysqldump 导出数据库中每张表的前n条
查看>>
mysqldump: Got error: 1044: Access denied for user ‘xx’@’xx’ to database ‘xx’ when using LOCK TABLES
查看>>
Mysqldump参数大全(参数来源于mysql5.5.19源码)
查看>>
mysqldump备份时忽略某些表
查看>>
mysqldump实现数据备份及灾难恢复
查看>>
mysqldump数据库备份无法进行操作只能查询 --single-transaction
查看>>
mysqldump的一些用法
查看>>
mysqli
查看>>
MySQLIntegrityConstraintViolationException异常处理
查看>>