Kleber Silva / IOTON-API

Dependents:   ton_demo ton_template

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers usbd_desc.h Source File

usbd_desc.h

00001 /**
00002   ******************************************************************************
00003   * @file    umart_lite_plus_teste/include/usbd_desc.h
00004   * @author  MCD Application Team
00005   * @version V1.2.0
00006   * @date    26-December-2014
00007   * @brief   Header for usbd_desc.c module
00008   ******************************************************************************
00009   * @attention
00010   *
00011   * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
00012   *
00013   * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
00014   * You may not use this file except in compliance with the License.
00015   * You may obtain a copy of the License at:
00016   *
00017   *        http://www.st.com/software_license_agreement_liberty_v2
00018   *
00019   * Unless required by applicable law or agreed to in writing, software 
00020   * distributed under the License is distributed on an "AS IS" BASIS, 
00021   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00022   * See the License for the specific language governing permissions and
00023   * limitations under the License.
00024   *
00025   ******************************************************************************
00026   */
00027 
00028 /* Define to prevent recursive inclusion -------------------------------------*/
00029 #ifndef __USBD_DESC_H
00030 #define __USBD_DESC_H
00031 
00032 /* Includes ------------------------------------------------------------------*/
00033 #include "usbd_def.h"
00034 
00035 /* Exported types ------------------------------------------------------------*/
00036 /* Exported constants --------------------------------------------------------*/
00037 #define         DEVICE_ID1          (0x1FFF7A10)
00038 #define         DEVICE_ID2          (0x1FFF7A14)
00039 #define         DEVICE_ID3          (0x1FFF7A18)
00040 
00041 #define  USB_SIZ_STRING_SERIAL       0x1A
00042 /* Exported macro ------------------------------------------------------------*/
00043 /* Exported functions ------------------------------------------------------- */
00044 extern USBD_DescriptorsTypeDef VCP_Desc;
00045 
00046 #endif /* __USBD_DESC_H */
00047  
00048 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/