#include <dev/usb_stm32/usb_lib.h>
#include <dev/usb_stm32/usb_prop.h>
#include <dev/usb_stm32/usb_pwr.h>
#include <dev/usb_stm32/usb_istr.h>
Functions | |
uint32_t | STM32_PCD_OTG_ISR_Handler (void) |
Variables | |
__IO uint16_t | wIstr |
__IO uint8_t | bIntPackSOF = 0 |
void(* | pEpInt_IN [7])(void) |
void(* | pEpInt_OUT [7])(void) |
uint32_t STM32_PCD_OTG_ISR_Handler | ( | void | ) |
References _USB_OTG_int_sts_data::b, bIntPackSOF, _USB_OTG_int_sts_data::d32, _USB_OTG_int_sts_data::enumdone, _USB_OTG_int_sts_data::eopframe, _USB_OTG_int_sts_data::epmismatch, _USB_OTG_int_sts_data::erlysuspend, fSuspendEnabled, _USB_OTG_int_sts_data::ginnakeff, _USB_OTG_int_sts_data::goutnakeff, _USB_OTG_int_sts_data::incomplisoin, _USB_OTG_int_sts_data::inepint, IsDeviceMode(), _USB_OTG_int_sts_data::isooutdrop, _USB_OTG_int_sts_data::modemismatch, _USB_OTG_int_sts_data::nptxfempty, OTGD_FS_Handle_EarlySuspend_ISR(), OTGD_FS_Handle_EnumDone_ISR(), OTGD_FS_Handle_EOPF_ISR(), OTGD_FS_Handle_EPMismatch_ISR(), OTGD_FS_Handle_GInNakEff_ISR(), OTGD_FS_Handle_GOutNakEff_ISR(), OTGD_FS_Handle_IncomplIsoIn_ISR(), OTGD_FS_Handle_IncomplIsoOut_ISR(), OTGD_FS_Handle_InEP_ISR(), OTGD_FS_Handle_IsoOutDrop_ISR(), OTGD_FS_Handle_ModeMismatch_ISR(), OTGD_FS_Handle_NPTxFE_ISR(), OTGD_FS_Handle_OutEP_ISR(), OTGD_FS_Handle_RxStatusQueueLevel_ISR(), OTGD_FS_Handle_Sof_ISR(), OTGD_FS_Handle_UsbReset_ISR(), OTGD_FS_Handle_USBSuspend_ISR(), OTGD_FS_Handle_Wakeup_ISR(), OTGD_FS_ReadCoreItr(), _USB_OTG_int_sts_data::outepintr, Resume(), RESUME_LATER, _USB_OTG_int_sts_data::rxstsqlvl, _USB_OTG_int_sts_data::sofintr, Suspend(), _USB_OTG_int_sts_data::usbreset, _USB_OTG_int_sts_data::usbsuspend, and _USB_OTG_int_sts_data::wkupintr.
Referenced by Stm32Otg_IRQHandler().
__IO uint8_t bIntPackSOF = 0 |
Referenced by STM32_PCD_OTG_ISR_Handler().
void(* pEpInt_IN[7])(void) |
{ EP1_IN_Callback, EP2_IN_Callback, EP3_IN_Callback, EP4_IN_Callback, EP5_IN_Callback, EP6_IN_Callback, EP7_IN_Callback, }
Referenced by OTGD_FS_Handle_InEP_ISR().
void(* pEpInt_OUT[7])(void) |
{ EP1_OUT_Callback, EP2_OUT_Callback, EP3_OUT_Callback, EP4_OUT_Callback, EP5_OUT_Callback, EP6_OUT_Callback, EP7_OUT_Callback, }
Referenced by OTGD_FS_Handle_OutEP_ISR().