📄 uart_function.h
字号:
/************************************************************************/
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -