Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
usbd_desc.h
00001 /** 00002 ****************************************************************************** 00003 * @file : usbd_desc.h 00004 * @version : v1.0_Cube 00005 * @brief : Header for usbd_desc file. 00006 ****************************************************************************** 00007 * COPYRIGHT(c) 2016 STMicroelectronics 00008 * 00009 * Redistribution and use in source and binary forms, with or without modification, 00010 * are permitted provided that the following conditions are met: 00011 * 1. Redistributions of source code must retain the above copyright notice, 00012 * this list of conditions and the following disclaimer. 00013 * 2. Redistributions in binary form must reproduce the above copyright notice, 00014 * this list of conditions and the following disclaimer in the documentation 00015 * and/or other materials provided with the distribution. 00016 * 3. Neither the name of STMicroelectronics nor the names of its contributors 00017 * may be used to endorse or promote products derived from this software 00018 * without specific prior written permission. 00019 * 00020 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 00021 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 00022 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 00023 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 00024 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 00025 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 00026 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 00027 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 00028 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 00029 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00030 * 00031 ****************************************************************************** 00032 */ 00033 00034 /* Define to prevent recursive inclusion -------------------------------------*/ 00035 #ifndef __USBD_DESC__H__ 00036 #define __USBD_DESC__H__ 00037 00038 #ifdef __cplusplus 00039 extern "C" { 00040 #endif 00041 /* Includes ------------------------------------------------------------------*/ 00042 #include "usbd_def.h" 00043 00044 /** @addtogroup STM32_USB_OTG_DEVICE_LIBRARY 00045 * @{ 00046 */ 00047 00048 /** @defgroup USB_DESC 00049 * @brief general defines for the usb device library file 00050 * @{ 00051 */ 00052 00053 /** @defgroup USB_DESC_Exported_Defines 00054 * @{ 00055 */ 00056 00057 /** 00058 * @} 00059 */ 00060 00061 /** @defgroup USBD_DESC_Exported_TypesDefinitions 00062 * @{ 00063 */ 00064 /** 00065 * @} 00066 */ 00067 00068 /** @defgroup USBD_DESC_Exported_Macros 00069 * @{ 00070 */ 00071 /** 00072 * @} 00073 */ 00074 00075 /** @defgroup USBD_DESC_Exported_Variables 00076 * @{ 00077 */ 00078 extern USBD_DescriptorsTypeDef FS_Desc; 00079 /** 00080 * @} 00081 */ 00082 00083 /** @defgroup USBD_DESC_Exported_FunctionsPrototype 00084 * @{ 00085 */ 00086 00087 /** 00088 * @} 00089 */ 00090 #ifdef __cplusplus 00091 } 00092 #endif 00093 00094 #endif /* __USBD_DESC_H */ 00095 00096 /** 00097 * @} 00098 */ 00099 00100 /** 00101 * @} 00102 */ 00103 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Generated on Tue Jul 12 2022 22:19:21 by
