APM:Libraries
Public Attributes | List of all members
_USBD_DCD_INT Struct Reference

#include <usb_dcd_int.h>

Public Attributes

uint8_t(* DataOutStage )(USB_OTG_CORE_HANDLE *pdev, uint8_t epnum)
 
uint8_t(* DataInStage )(USB_OTG_CORE_HANDLE *pdev, uint8_t epnum)
 
uint8_t(* SetupStage )(USB_OTG_CORE_HANDLE *pdev)
 
uint8_t(* SOF )(USB_OTG_CORE_HANDLE *pdev)
 
uint8_t(* Reset )(USB_OTG_CORE_HANDLE *pdev)
 
uint8_t(* Suspend )(USB_OTG_CORE_HANDLE *pdev)
 
uint8_t(* Resume )(USB_OTG_CORE_HANDLE *pdev)
 
uint8_t(* IsoINIncomplete )(USB_OTG_CORE_HANDLE *pdev)
 
uint8_t(* IsoOUTIncomplete )(USB_OTG_CORE_HANDLE *pdev)
 
uint8_t(* DevConnected )(USB_OTG_CORE_HANDLE *pdev)
 
uint8_t(* DevDisconnected )(USB_OTG_CORE_HANDLE *pdev)
 

Detailed Description

Definition at line 51 of file usb_dcd_int.h.

Member Data Documentation

◆ DataInStage

uint8_t(* _USBD_DCD_INT::DataInStage) (USB_OTG_CORE_HANDLE *pdev, uint8_t epnum)

Definition at line 54 of file usb_dcd_int.h.

Referenced by DCD_HandleInEP_ISR().

◆ DataOutStage

uint8_t(* _USBD_DCD_INT::DataOutStage) (USB_OTG_CORE_HANDLE *pdev, uint8_t epnum)

Definition at line 53 of file usb_dcd_int.h.

Referenced by DCD_HandleOutEP_ISR().

◆ DevConnected

uint8_t(* _USBD_DCD_INT::DevConnected) (USB_OTG_CORE_HANDLE *pdev)

Definition at line 63 of file usb_dcd_int.h.

Referenced by USBD_OTG_ISR_Handler().

◆ DevDisconnected

uint8_t(* _USBD_DCD_INT::DevDisconnected) (USB_OTG_CORE_HANDLE *pdev)

Definition at line 64 of file usb_dcd_int.h.

Referenced by USBD_OTG_ISR_Handler().

◆ IsoINIncomplete

uint8_t(* _USBD_DCD_INT::IsoINIncomplete) (USB_OTG_CORE_HANDLE *pdev)

Definition at line 60 of file usb_dcd_int.h.

Referenced by DCD_IsoINIncomplete_ISR().

◆ IsoOUTIncomplete

uint8_t(* _USBD_DCD_INT::IsoOUTIncomplete) (USB_OTG_CORE_HANDLE *pdev)

Definition at line 61 of file usb_dcd_int.h.

Referenced by DCD_IsoOUTIncomplete_ISR().

◆ Reset

uint8_t(* _USBD_DCD_INT::Reset) (USB_OTG_CORE_HANDLE *pdev)

Definition at line 57 of file usb_dcd_int.h.

Referenced by DCD_HandleUsbReset_ISR().

◆ Resume

uint8_t(* _USBD_DCD_INT::Resume) (USB_OTG_CORE_HANDLE *pdev)

Definition at line 59 of file usb_dcd_int.h.

Referenced by DCD_HandleResume_ISR().

◆ SetupStage

uint8_t(* _USBD_DCD_INT::SetupStage) (USB_OTG_CORE_HANDLE *pdev)

Definition at line 55 of file usb_dcd_int.h.

Referenced by DCD_HandleOutEP_ISR().

◆ SOF

uint8_t(* _USBD_DCD_INT::SOF) (USB_OTG_CORE_HANDLE *pdev)

Definition at line 56 of file usb_dcd_int.h.

Referenced by DCD_HandleSof_ISR().

◆ Suspend

uint8_t(* _USBD_DCD_INT::Suspend) (USB_OTG_CORE_HANDLE *pdev)

Definition at line 58 of file usb_dcd_int.h.

Referenced by DCD_HandleUSBSuspend_ISR().


The documentation for this struct was generated from the following file: