diff options
| author | sakumisu <[email protected]> | 2022-04-16 21:17:56 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-04-16 21:31:58 +0800 |
| commit | b104749c8cef9518f8bd0db688b73c5c9c0675aa (patch) | |
| tree | 81f5d412dc51be7c0547656834675caead23498d /docs/source/api/api_device.rst | |
| parent | ba2f36848d5184b9f144512008c3a7f249dc8d48 (diff) | |
update quick start rst
Diffstat (limited to 'docs/source/api/api_device.rst')
| -rw-r--r-- | docs/source/api/api_device.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/api/api_device.rst b/docs/source/api/api_device.rst index 60d1d888..ea243edc 100644 --- a/docs/source/api/api_device.rst +++ b/docs/source/api/api_device.rst @@ -29,7 +29,7 @@ CORE - **ep_addr** 端点地址(带方向) - **ep_cb** 端点中断回调函数。 -.. note:: 注册 IN 方向则表示发送完成后触发,注册 OUT 中断则表示有数据就触发。 +.. note:: 注册 IN 方向则表示发送完成后触发,类似于 dma 完成中断。注册 OUT 中断则表示有数据就触发,类似于 fifo 不为空中断。 接口结构体 """""""""""""""""""""""""""""""""""" |
