TCP可以正常使用

This commit is contained in:
2026-07-19 00:59:56 +08:00
parent fe107ea9af
commit f72d08328f
24 changed files with 5505 additions and 352 deletions

View File

@@ -217,6 +217,15 @@ void tpafe5160_clear_ready(void);
*/
const int16_t* tpafe5160_get_buf(void);
/*
* 函数功能EXTI 中断处理(由 HAL_GPIO_EXTI_Callback 调用)
* 入口参数GPIO_Pin - 触发的引脚号
* 返回值:无
* 限定条件BUSY EXTI 已使能
* 函数说明BUSY 下降沿时自动读取 8 通道数据到缓冲区
*/
void tpafe5160_exti_handler(uint16_t GPIO_Pin);
#ifdef __cplusplus
}
#endif