?? 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 + -