From f449b15fe2a9b390101de936af16310d2b4107ae Mon Sep 17 00:00:00 2001 From: Robofish <1683502971@qq.com> Date: Sun, 7 Sep 2025 19:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dops9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/User_code/device/ops9.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/User_code/device/ops9.h b/assets/User_code/device/ops9.h index 9a0a37e..683142f 100644 --- a/assets/User_code/device/ops9.h +++ b/assets/User_code/device/ops9.h @@ -37,6 +37,13 @@ typedef struct { /* Exported functions prototypes -------------------------------------------- */ +int8_t OPS9_init(OPS9_t *ops9); +int8_t OPS9_Restart(void); +int8_t OPS9_StartDmaRecv(OPS9_t *ops9); +bool OPS9_WaitDmaCplt(uint32_t timeout); + + + #ifdef __cplusplus } #endif \ No newline at end of file