ser.c

来自「TDK 6521 SOC 芯片 DEMO程序」· C语言 代码 · 共 53 行

C
53
字号
/***************************************************************************
 * This code and information is provided "as is" without warranty of any   *
 * kind, either expressed or implied, including but not limited to the     *
 * implied warranties of merchantability and/or fitness for a particular   *
 * purpose.                                                                *
 *                                                                         *
 * Copyright (C) 2005 Teridian SemiConductor, Corporation.                 *
 * All Rights Reserved.                                                    *
 ***************************************************************************/
//**************************************************************************
//  DESCRIPTION: 71M65xx POWER METER - SERIAL DEBUG Routines.
// 
//  AUTHOR:  MTF
//
//  HISTORY: See end of file
//**************************************************************************
// File: SER.C
//               
#include "options.h"

#if SERIAL0 || SERIAL1 || SERIAL0_CLI || SERIAL1_CLI
// 4.9152Mhz = 32768 * 150.
uint16_t const code bit_rate_tbl[10] =
{ BPS_300,  BPS_600,   BPS_1200,  BPS_2400,  BPS_4800, 
  BPS_9600, BPS_19200, BPS_38400, BPS_76800, BPS_153600 };
#endif


/***************************************************************************
 * $Log: ser.c,v $
 * Revision 1.6  2006/09/09 01:09:53  gmikef
 * *** empty log message ***
 *
 * Revision 1.5  2006/08/09 00:56:35  tvander
 * *** empty log message ***
 *
 * Revision 1.4  2006/03/06 03:31:59  Michael T. Fischer
 * More 6530 prep.
 *
 * Revision 1.2  2005/11/02 03:09:21  gmikef
 * Xon/Xoff flow control working.
 *
 * Revision 1.1  2005/09/11 00:34:00  tvander
 * Clean compiles
 *
 *
 * Copyright (C) 2005 Teridian SemiConductor, Corporation.                 *
 * All Rights Reserved.                                                    *
 * this program is fully protected by the United States copyright          *
 * laws and is the property of Teridian SemiConductor CORPORATION.         *
 ***************************************************************************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?