From ce606209ae8c13e6567aed85f7a3139a55f1cbce Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 23 Jun 2024 00:39:15 +0900 Subject: [PATCH] =?UTF-8?q?Update=20Blog=20=E2=80=9C2023-05-06-about-usb-c?= =?UTF-8?q?-and-dp-alt-mode=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/blogs/2023-05-06-about-usb-c-and-dp-alt-mode.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/blogs/2023-05-06-about-usb-c-and-dp-alt-mode.md b/content/blogs/2023-05-06-about-usb-c-and-dp-alt-mode.md index 1ffd51c..1571d36 100644 --- a/content/blogs/2023-05-06-about-usb-c-and-dp-alt-mode.md +++ b/content/blogs/2023-05-06-about-usb-c-and-dp-alt-mode.md @@ -30,8 +30,11 @@ slug: usb-c-dp-alt USB 3.2 Gen 2가 대체 뭔지 찾아봤더니, USB3중 USB3.2는 과거 USB3.1의 리네이밍이다. 3.2 Gen1 : 5Gbps x1 Lane = 5Gb + 3.2 Gen2 : 10Gbps x1 Lane = 10Gb + 3.2 Gen2x2 : 10Gbps x2 Lane = 20Gb + 3.2 Gen1x2 : 5Gbps x2 Lane = 10Gb USB-C는 양면으로 되어있고, Superspeed 4페어로 총 2개의 레인과 추가로 USB2 1레인이 있다. USB-C에는 Alt모드가 존재하는데, USB-C의 레인을 USB 데이터 교환목적이 아니라 다른 인터페이스를 얹어서 사용하는 방법이다. 이중 가장 널리 사용되는 건 DP라는 디스플레이 인터페이스인데, DP에는 총 4페어가 쓰인다. 하지만 USB와 달리 TX/RX가 필요하지 않아 4페어가 4레인이 된다.