修改测试

This commit is contained in:
2026-07-22 11:14:22 +08:00
parent c646df5c2a
commit a7f367f6a3
77 changed files with 1691 additions and 950 deletions

View File

@@ -25,7 +25,8 @@
#define CH395F_RESET_DELAY_MS 20U /* 复位后等待延时ms<6D>?*/
#define CH395F_INIT_TIMEOUT_MS 500U /* 初始化超时时间ms<6D>?*/
#define CH395F_SPI_BEGIN_DELAY_MS 1U /* SPI 事务开始延时ms<6D>?*/
#define CH395F_DMA_BUF_SIZE 4100U /* DMA 缓冲区header 4 + max 4096 data */
/* DMA 缓冲大小使用 ch395f.h 中公开的 CH395F_SPI_DMA_BUF_SIZE */
#define CH395F_DMA_BUF_SIZE CH395F_SPI_DMA_BUF_SIZE
/*
* 私有变量<E58F98>?- DMA 传输相关