From b104749c8cef9518f8bd0db688b73c5c9c0675aa Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Sat, 16 Apr 2022 21:17:56 +0800 Subject: update quick start rst --- docs/source/api/api_device.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/api/api_device.rst') 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 不为空中断。 接口结构体 """""""""""""""""""""""""""""""""""" -- cgit v1.3.1