?? uart.h
字號:
#ifndef __UART_H__
#define __UART_H__
#ifdef __cplusplus
extern "C" {
#endif
#define DISABLE 0
#define INTORPOL 1
#define DMAREQ0 2
#define DMAREQ1 3
void Ch10_UART(void);
void Uart_Intrrupt_Tx_Fifo(void);
void Uart_Select(U32 ch);
//void Uart_Mode_Set(U32 Tx, U32 Rx);
void Uart_Baud_Rate_Set(U32 bps);
void Uart_Port_Init(void);
void Uart_Port_Return(U32 ch);
void Uart_Line_Set(U32 ParityMode, U32 StopBitNum, U32 DataBitNum);
void __irq UART0_Tx_ISR(void);
#ifdef __cplusplus
}
#endif
#endif /*__UART_H__*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -