uart4.h 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #ifndef __UART4_H
  2. #define __UART4_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #ifdef __UART4_H_GLOBAL
  7. #define __UART4_H_EXTERN
  8. #else
  9. #define __UART4_H_EXTERN extern
  10. #endif
  11. /************************************************************************************************
  12. * Version *
  13. ************************************************************************************************/
  14. /************************************************************************************************
  15. * How to use *
  16. ************************************************************************************************/
  17. /************************************************************************************************
  18. * Enable config *
  19. ************************************************************************************************/
  20. /************************************************************************************************
  21. * Includes *
  22. ************************************************************************************************/
  23. /************************************************************************************************
  24. * Defines *
  25. ************************************************************************************************/
  26. /************************************************************************************************
  27. * Typedefs *
  28. ************************************************************************************************/
  29. /************************************************************************************************
  30. * Interfaces *
  31. ************************************************************************************************/
  32. void uart4_init(void);
  33. #ifdef __cplusplus
  34. };
  35. #endif
  36. #endif // __UART4_H