www.pudn.com > hf44b0_TEST.rar > Uart.h
#ifndef __UART_H__ #define __UART_H__ void Test_Uart0(void); void Test_Uart0Fifo(void); void Test_Uart1(void); void Test_Uart1Fifo(void); void Test_Uart0Range(void); void Test_Uart1Max(void); void Test_Uart1Status(void); void Test_UartAFC_Rx(void); void Test_UartAFC_Tx(void); void Test_BDMA(void); void Test_Uart1IrDA_Tx(void); void Test_Uart1IrDA_Rx(void); #endif /*__UART_H__*/