uart_function.h
来自「DSP的片子上程序」· C头文件 代码 · 共 25 行
H
25 行
/************************************************************************/
/* FileName: Uart_Function.h */
/* Function: Declare reading and writting function of uart on chip */
/************************************************************************/
#ifndef Uart_OnBoard_H
#define Uart_OnBoard_h
#include <csl.h>
#include <csl_uart.h>
#define LENGTH 20
CSLBool Uart_Write(Uint16 length);
void Uart_Config(void);
extern Uint16 DestData[LENGTH];
extern Uint16 DataCount;
extern CSLBool PctoDsp;
#endif
/****************************************************************************/
// No more
/****************************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?