Nut/OS  5.0.5
API Reference
otgd_fs_int.h
Go to the documentation of this file.
00001 /******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
00002 * File Name          : otgd_fs_int.h
00003 * Author             : MCD Application Team
00004 * Version            : V3.1.1
00005 * Date               : 04/07/2010
00006 * Description        : Endpoint interrupt's service routines prototypes.
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_INT_H
00018 #define __USB_INT_H
00019 
00020 #include <stdint.h>
00021 
00022 /* Includes ------------------------------------------------------------------*/
00023 /* Exported types ------------------------------------------------------------*/
00024 /* Exported constants --------------------------------------------------------*/
00025 /* Exported macro ------------------------------------------------------------*/
00026 /* Exported functions ------------------------------------------------------- */
00027 
00028 /* Interrupt Handlers functions */
00029 uint32_t OTGD_FS_Handle_ModeMismatch_ISR(void);
00030 uint32_t OTGD_FS_Handle_Sof_ISR(void);
00031 uint32_t OTGD_FS_Handle_RxStatusQueueLevel_ISR(void);
00032 uint32_t OTGD_FS_Handle_NPTxFE_ISR(void);
00033 uint32_t OTGD_FS_Handle_GInNakEff_ISR(void);
00034 uint32_t OTGD_FS_Handle_GOutNakEff_ISR(void);
00035 uint32_t OTGD_FS_Handle_EarlySuspend_ISR(void);
00036 uint32_t OTGD_FS_Handle_USBSuspend_ISR(void);
00037 uint32_t OTGD_FS_Handle_UsbReset_ISR(void);
00038 uint32_t OTGD_FS_Handle_EnumDone_ISR(void);
00039 uint32_t OTGD_FS_Handle_IsoOutDrop_ISR(void);
00040 uint32_t OTGD_FS_Handle_EOPF_ISR(void);
00041 uint32_t OTGD_FS_Handle_EPMismatch_ISR(void);
00042 uint32_t OTGD_FS_Handle_InEP_ISR(void);
00043 uint32_t OTGD_FS_Handle_OutEP_ISR(void);
00044 uint32_t OTGD_FS_Handle_IncomplIsoIn_ISR(void);
00045 uint32_t OTGD_FS_Handle_IncomplIsoOut_ISR(void);
00046 uint32_t OTGD_FS_Handle_Wakeup_ISR(void);
00047 
00048 /* External variables --------------------------------------------------------*/
00049 
00050 #endif /* __USB_INT_H */
00051 
00052 /******************* (C) COPYRIGHT 2010 STMicroelectronics *****END OF FILE****/