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.
usb_lib.h
00001 /******************** (C) COPYRIGHT 2010 STMicroelectronics ******************** 00002 * File Name : usb_lib.h 00003 * Author : MCD Application Team 00004 * Version : V3.2.1 00005 * Date : 07/05/2010 00006 * Description : USB library include files 00007 ******************************************************************************** 00008 * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 00009 * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. 00010 * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, 00011 * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE 00012 * CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING 00013 * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 00014 *******************************************************************************/ 00015 00016 /* Define to prevent recursive inclusion -------------------------------------*/ 00017 #ifndef __USB_LIB_H 00018 #define __USB_LIB_H 00019 00020 /* Includes ------------------------------------------------------------------*/ 00021 #include "stm32f10x.h" 00022 #include "usb_type.h" 00023 #include "usb_regs.h" 00024 #include "usb_def.h" 00025 #include "usb_core.h" 00026 #include "usb_init.h" 00027 #ifndef STM32F10X_CL 00028 #include "usb_mem.h" 00029 #include "usb_int.h" 00030 #endif /* STM32F10X_CL */ 00031 00032 #include "usb_sil.h" 00033 00034 #ifdef STM32F10X_CL 00035 #include "otgd_fs_cal.h" 00036 #include "otgd_fs_pcd.h" 00037 #include "otgd_fs_dev.h" 00038 #include "otgd_fs_int.h" 00039 #endif /* STM32F10X_CL */ 00040 00041 00042 /* Exported types ------------------------------------------------------------*/ 00043 /* Exported constants --------------------------------------------------------*/ 00044 /* Exported macro ------------------------------------------------------------*/ 00045 /* Exported functions ------------------------------------------------------- */ 00046 /* External variables --------------------------------------------------------*/ 00047 00048 #endif /* __USB_LIB_H */ 00049 00050 /******************* (C) COPYRIGHT 2010 STMicroelectronics *****END OF FILE****/
Generated on Tue Jul 12 2022 20:45:32 by
 1.7.2
 1.7.2