Protocol detection reworked
[u360gts.git] / src / main / vcp / usb_istr.h
blob1d72d91c6774773367b0016d5faedc392ca16f83
1 /**
2 ******************************************************************************
3 * @file usb_istr.h
4 * @author MCD Application Team
5 * @version V4.0.0
6 * @date 21-January-2013
7 * @brief This file includes the peripherals header files in the user application.
8 ******************************************************************************
9 * @attention
11 * <h2><center>&copy; 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 -------------------------------------*/
29 #ifndef __USB_ISTR_H
30 #define __USB_ISTR_H
32 /* Includes ------------------------------------------------------------------*/
33 #include "usb_conf.h"
35 /* Exported types ------------------------------------------------------------*/
36 /* Exported constants --------------------------------------------------------*/
37 /* Exported macro ------------------------------------------------------------*/
38 /* Exported functions ------------------------------------------------------- */
40 void USB_Istr(void);
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);
60 #ifdef CTR_CALLBACK
61 void CTR_Callback(void);
62 #endif
64 #ifdef DOVR_CALLBACK
65 void DOVR_Callback(void);
66 #endif
68 #ifdef ERR_CALLBACK
69 void ERR_Callback(void);
70 #endif
72 #ifdef WKUP_CALLBACK
73 void WKUP_Callback(void);
74 #endif
76 #ifdef SUSP_CALLBACK
77 void SUSP_Callback(void);
78 #endif
80 #ifdef RESET_CALLBACK
81 void RESET_Callback(void);
82 #endif
84 #ifdef SOF_CALLBACK
85 void SOF_Callback(void);
86 #endif
88 #ifdef ESOF_CALLBACK
89 void ESOF_Callback(void);
90 #endif
91 #endif /*__USB_ISTR_H*/
93 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/