TCP可以正常使用
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user