上传者: pxtlong
|
上传时间: 2021-08-02 16:04:45
|
文件大小: 12KB
|
文件类型: C
中断与查询向结合的高效,高性能串口驱动。
void SciC_Init(Uint32 baud, Uint16 Config);
Uint16 SciC_Rec(Uint16* pDat, Uint16 Used, Uint16 Total);
Uint16 SciC_Tra(Uint16* pDat, Uint16 Used, Uint16 Total);
串口接收:波特约高串口中断数据长度应越低;
串口发送:固定中断为发送FIFO为空。