#include <otgd_fs_regs.h>
Data Fields | |
USB_OTG_common_regs * | common_regs |
USB_OTG_dev_regs * | dev_regs |
USB_OTG_host_regs * | host_regs |
USB_OTG_dev_in_ep_regs * | inep_regs [MAX_EPS_CHANNELS] |
USB_OTG_dev_out_ep_regs * | outep_regs [MAX_EPS_CHANNELS] |
USB_OTG_hc_regs * | hc_regs [MAX_EPS_CHANNELS] |
__IO uint32_t * | hprt0 |
__IO uint32_t * | data_fifo [MAX_EPS_CHANNELS] |
__IO uint32_t * | pcgcctl |
Referenced by OTGD_FS_CoreInit(), OTGD_FS_CoreInitDev(), OTGD_FS_DisableGlobalInt(), OTGD_FS_EnableDevInt(), OTGD_FS_EnableGlobalInt(), OTGD_FS_FlushRxFifo(), OTGD_FS_FlushTxFifo(), OTGD_FS_Handle_EarlySuspend_ISR(), OTGD_FS_Handle_EnumDone_ISR(), OTGD_FS_Handle_EOPF_ISR(), OTGD_FS_Handle_EPMismatch_ISR(), OTGD_FS_Handle_IncomplIsoIn_ISR(), OTGD_FS_Handle_IncomplIsoOut_ISR(), OTGD_FS_Handle_IsoOutDrop_ISR(), OTGD_FS_Handle_ModeMismatch_ISR(), OTGD_FS_Handle_NPTxFE_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_PhyInit(), OTGD_FS_ReadCoreItr(), OTGD_FS_ReadOtgItr(), and OTGD_FS_SetAddress().
Referenced by OTGD_FS_CoreInitDev(), OTGD_FS_Dev_ResetRemoteWakeup(), OTGD_FS_Dev_SetRemoteWakeup(), OTGD_FS_EP0Activate(), OTGD_FS_EP0StartXfer(), OTGD_FS_EPActivate(), OTGD_FS_EPDeactivate(), OTGD_FS_EPStartXfer(), OTGD_FS_Handle_InEP_ISR(), OTGD_FS_Handle_UsbReset_ISR(), OTGD_FS_PCD_DevConnect(), OTGD_FS_PCD_DevDisconnect(), OTGD_FS_PCD_EP_SetAddress(), OTGD_FS_ReadDevAllInEPItr(), OTGD_FS_ReadDevAllOutEp_itr(), OTGD_FS_ReadDevOutEP_itr(), and OTGD_FS_SetAddress().
Referenced by OTGD_FS_SetAddress().
USB_OTG_dev_in_ep_regs* USB_OTG_core_regs::inep_regs[MAX_EPS_CHANNELS] |
USB_OTG_dev_out_ep_regs* USB_OTG_core_regs::outep_regs[MAX_EPS_CHANNELS] |
Referenced by OTGD_FS_CoreInitDev(), OTGD_FS_Dev_GetEPStatus(), OTGD_FS_Dev_SetEPStatus(), OTGD_FS_EP0StartXfer(), OTGD_FS_EPActivate(), OTGD_FS_EPClearStall(), OTGD_FS_EPDeactivate(), OTGD_FS_EPSetStall(), OTGD_FS_EPStartXfer(), OTGD_FS_PCD_EP0_OutStart(), OTGD_FS_ReadDevOutEP_itr(), and OTGD_FS_SetAddress().
USB_OTG_hc_regs* USB_OTG_core_regs::hc_regs[MAX_EPS_CHANNELS] |
Referenced by OTGD_FS_SetAddress().
Referenced by OTGD_FS_SetAddress().
__IO uint32_t* USB_OTG_core_regs::data_fifo[MAX_EPS_CHANNELS] |
Referenced by OTGD_FS_ReadPacket(), OTGD_FS_SetAddress(), and OTGD_FS_WritePacket().
Referenced by OTGD_FS_CoreInitDev(), and OTGD_FS_SetAddress().