lpc_uart_cnfg.h
上传用户:sourcesun
上传日期:2013-09-23
资源大小:362k
文件大小:1k
源码类别:

DNA

开发平台:

Asm

  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 */