2 ******************************************************************************
4 * @author MCD Application Team
6 * @date 21-January-2013
7 * @brief This file includes the peripherals header files in the user application.
8 ******************************************************************************
11 * <h2><center>© COPYRIGHT 2013 STMicroelectronics</center></h2>
13 * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
14 * You may not use this file except in compliance with the License.
15 * You may obtain a copy of the License at:
17 * http://www.st.com/software_license_agreement_liberty_v2
19 * Unless required by applicable law or agreed to in writing, software
20 * distributed under the License is distributed on an "AS IS" BASIS,
21 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 * See the License for the specific language governing permissions and
23 * limitations under the License.
25 ******************************************************************************
28 /* Define to prevent recursive inclusion -------------------------------------*/
32 /* Includes ------------------------------------------------------------------*/
35 /* Exported types ------------------------------------------------------------*/
36 /* Exported constants --------------------------------------------------------*/
37 /* Exported macro ------------------------------------------------------------*/
38 /* Exported functions ------------------------------------------------------- */
42 /* function prototypes Automatically built defining related macros */
44 void EP1_IN_Callback(void);
45 void EP2_IN_Callback(void);
46 void EP3_IN_Callback(void);
47 void EP4_IN_Callback(void);
48 void EP5_IN_Callback(void);
49 void EP6_IN_Callback(void);
50 void EP7_IN_Callback(void);
52 void EP1_OUT_Callback(void);
53 void EP2_OUT_Callback(void);
54 void EP3_OUT_Callback(void);
55 void EP4_OUT_Callback(void);
56 void EP5_OUT_Callback(void);
57 void EP6_OUT_Callback(void);
58 void EP7_OUT_Callback(void);
61 void CTR_Callback(void);
65 void DOVR_Callback(void);
69 void ERR_Callback(void);
73 void WKUP_Callback(void);
77 void SUSP_Callback(void);
81 void RESET_Callback(void);
85 void SOF_Callback(void);
89 void ESOF_Callback(void);
91 #endif /*__USB_ISTR_H*/
93 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/