update quick start rst

This commit is contained in:
sakumisu
2022-04-16 21:17:56 +08:00
parent ba2f36848d
commit b104749c8c
29 changed files with 113 additions and 257 deletions

View File

@@ -29,7 +29,7 @@ CORE
- **ep_addr** 端点地址(带方向)
- **ep_cb** 端点中断回调函数。
.. note:: 注册 IN 方向则表示发送完成后触发,注册 OUT 中断则表示有数据就触发。
.. note:: 注册 IN 方向则表示发送完成后触发,类似于 dma 完成中断。注册 OUT 中断则表示有数据就触发,类似于 fifo 不为空中断
接口结构体
""""""""""""""""""""""""""""""""""""