⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uart_function.h

📁 DSP的片子上程序
💻 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 + -