Uart1.h
上传用户:zbk8730
上传日期:2017-08-10
资源大小:12168k
文件大小:0k
源码类别:

uCOS

开发平台:

C/C++

  1. #ifndef __UART1_H__
  2. #define __UART1_H__
  3. void Test_Uart1_Int(void);
  4. void Test_Uart1_Dma(void);
  5. void Test_Uart1_Fifo(void);
  6. void Test_Uart1_AfcTx(void);
  7. void Test_Uart1_AfcRx(void);
  8. #endif /*__UART1_H__*/