Deploying to gh-pages from @ cherry-embedded/CherryUSB@7e6d89f410 🚀
This commit is contained in:
BIN
_images/tmcdev1.png
Normal file
BIN
_images/tmcdev1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 565 KiB |
BIN
_images/tmcdev2.png
Normal file
BIN
_images/tmcdev2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 214 KiB |
BIN
_images/usbstruct.png
Normal file
BIN
_images/usbstruct.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
@@ -24,6 +24,11 @@
|
||||
|
||||
.. figure:: img/mtpdev.png
|
||||
|
||||
- 从机 TMC 类驱动
|
||||
|
||||
.. figure:: img/tmcdev1.png
|
||||
.. figure:: img/tmcdev2.png
|
||||
|
||||
- USB 网卡类高性能版本优化,包含 CDC-NCM, CDC-RNDIS, 私有类驱动(支持多包发送和接收),下面举例 RNDIS
|
||||
|
||||
.. figure:: img/rndistx.png
|
||||
|
||||
@@ -138,6 +138,10 @@ USB 对这个问题的解决办法,就是强制插 0,也就是(位填充
|
||||
在数据被NRZI编码之前,在数据流中每六个连续的1之后插入一个0,以强制NRZI数据流中的过渡,这使接收器逻辑至少每七位有一次数据转换,以保证数据和时钟的锁定。比特填充是从同步模式开始启用。结束同步模式的数据 "一 "被算作是序列中的第一个 "一"。序列中的第一个。除了高速EOP期间,发射器的位填充总是被强制执行。如果需要按照
|
||||
位填充规则的要求,零位将被插入,即使它是数据包结束(EOP)信号前的最后一位。接收器必须对NRZI数据进行解码,识别填充位,并将其丢弃。
|
||||
|
||||
.. note :: 以下内容可以用一张图概括,了解即可,没有必要死记硬背
|
||||
|
||||
.. figure:: img/usbstruct.png
|
||||
|
||||
USB 字段(域)
|
||||
---------------------
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -193,6 +193,15 @@
|
||||
<img alt="../_images/mtpdev.png" src="../_images/mtpdev.png" />
|
||||
</figure>
|
||||
<ul class="simple">
|
||||
<li><p>从机 TMC 类驱动</p></li>
|
||||
</ul>
|
||||
<figure class="align-default">
|
||||
<img alt="../_images/tmcdev1.png" src="../_images/tmcdev1.png" />
|
||||
</figure>
|
||||
<figure class="align-default">
|
||||
<img alt="../_images/tmcdev2.png" src="../_images/tmcdev2.png" />
|
||||
</figure>
|
||||
<ul class="simple">
|
||||
<li><p>USB 网卡类高性能版本优化,包含 CDC-NCM, CDC-RNDIS, 私有类驱动(支持多包发送和接收),下面举例 RNDIS</p></li>
|
||||
</ul>
|
||||
<figure class="align-default">
|
||||
|
||||
@@ -346,6 +346,13 @@ USB 对这个问题的解决办法,就是强制插 0,也就是(位填充
|
||||
</figure>
|
||||
<p>在数据被NRZI编码之前,在数据流中每六个连续的1之后插入一个0,以强制NRZI数据流中的过渡,这使接收器逻辑至少每七位有一次数据转换,以保证数据和时钟的锁定。比特填充是从同步模式开始启用。结束同步模式的数据 “一 “被算作是序列中的第一个 “一”。序列中的第一个。除了高速EOP期间,发射器的位填充总是被强制执行。如果需要按照
|
||||
位填充规则的要求,零位将被插入,即使它是数据包结束(EOP)信号前的最后一位。接收器必须对NRZI数据进行解码,识别填充位,并将其丢弃。</p>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>以下内容可以用一张图概括,了解即可,没有必要死记硬背</p>
|
||||
</div>
|
||||
<figure class="align-default">
|
||||
<img alt="../_images/usbstruct.png" src="../_images/usbstruct.png" />
|
||||
</figure>
|
||||
</section>
|
||||
</section>
|
||||
<section id="id7">
|
||||
|
||||
Reference in New Issue
Block a user