lpc_uart_cnfg.h 788 B

1234567891011121314151617181920212223242526272829
  1. #ifndef __LPC_UART_CNFG_H
  2. #define __LPC_UART_CNFG_H
  3. /*************************************************************************
  4. *
  5. * Used with ICCARM and AARM.
  6. *
  7. * (c) Copyright IAR Systems 2003
  8. *
  9. * File name : LPC_Uart.h
  10. * Description :
  11. *
  12. * History :
  13. * 1. Data: July 13, 2004
  14. * Author: Shawn Zhang
  15. * Description: Create
  16. *
  17. * 2. Data : Oct 9, 2004
  18. * Author : Stanimir Bonev
  19. * Description : Modify
  20. *
  21. * $Revision: 1.1 $
  22. **************************************************************************/
  23. // Uarts buffers size
  24. #define RXBUFSIZE 128
  25. #define TXBUFSIZE 256
  26. #endif /* __LPC_UART_CNFG_H */