cdc_cnfg.h
来自「NXP LPC系列AMR7的开发程序源码(LCD」· C头文件 代码 · 共 36 行
H
36 行
/*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 2006
*
* File name : cdc_cnfg.h
* Description : Communication Device Class configuration
*
* History :
* 1. Date : July 4, 2006
* Author : Stanimir Bonev
* Description : Create
*
* $Revision: 1.1.2.3 $
**************************************************************************/
#include "cdc_cmd.h"
#ifndef __CDC_CFG_H
#define __CDC_CFG_H
#define CDC_DEVICE_SUPPORT_LINE_CODING 1
#define CDC_DEVICE_SUPPORT_LINE_STATE 1
#define CDC_DEVICE_SUPPORT_BREAK 1
#define CDC_DATA_RATE CBR_115200
#define CDC_DATA_BITS 8
#define CDC_PARITY NOPARITY
#define CDC_STOP_BITS ONESTOPBIT
#define CDC_LINE_DTR 1
#define CDC_LINE_RTS 1
#endif //__CDC_CFG_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?