APM:Libraries
|
#include <usb_core.h>
Public Attributes | |
uint8_t | host_channels |
uint8_t | dev_endpoints |
uint8_t | speed |
uint8_t | dma_enable |
uint16_t | mps |
uint16_t | TotalFifoSize |
uint8_t | phy_itface |
uint8_t | Sof_output |
uint8_t | low_power |
uint8_t | coreID |
Definition at line 162 of file usb_core.h.
uint8_t USB_OTG_core_cfg::coreID |
Definition at line 173 of file usb_core.h.
Referenced by USB_OTG_CoreInitDev(), USB_OTG_EPActivate(), USB_OTG_EPDeactivate(), USB_OTG_ReadOtgItr(), and USB_OTG_SelectCore().
uint8_t USB_OTG_core_cfg::dev_endpoints |
Definition at line 165 of file usb_core.h.
Referenced by DCD_HandleUsbReset_ISR(), DCD_Init(), USB_OTG_CoreInitDev(), USB_OTG_SelectCore(), and USB_OTG_StopDevice().
uint8_t USB_OTG_core_cfg::dma_enable |
Definition at line 167 of file usb_core.h.
Referenced by DCD_EP_PrepareRx(), DCD_HandleInEP_ISR(), DCD_HandleOutEP_ISR(), USB_OTG_CoreInit(), USB_OTG_CoreInitDev(), USB_OTG_EnableDevInt(), USB_OTG_EP0_OutStart(), USB_OTG_EP0StartXfer(), USB_OTG_EPStartXfer(), USB_OTG_ReadOtgItr(), USB_OTG_SelectCore(), USB_OTG_WritePacket(), USBD_DataInStage(), and USBD_DataOutStage().
uint8_t USB_OTG_core_cfg::host_channels |
Definition at line 164 of file usb_core.h.
Referenced by USB_OTG_ReadOtgItr(), and USB_OTG_SelectCore().
uint8_t USB_OTG_core_cfg::low_power |
Definition at line 172 of file usb_core.h.
Referenced by DCD_HandleResume_ISR(), DCD_HandleUSBSuspend_ISR(), STORAGE_GetMaxLun(), USB_OTG_ActiveRemoteWakeup(), USB_OTG_SelectCore(), and USB_OTG_UngateClock().
uint16_t USB_OTG_core_cfg::mps |
Definition at line 168 of file usb_core.h.
Referenced by DCD_HandleEnumDone_ISR(), and USB_OTG_SelectCore().
uint8_t USB_OTG_core_cfg::phy_itface |
Definition at line 170 of file usb_core.h.
Referenced by USB_OTG_CoreInit(), USB_OTG_CoreInitDev(), USB_OTG_ReadOtgItr(), USB_OTG_SelectCore(), and USBD_GetDescriptor().
uint8_t USB_OTG_core_cfg::Sof_output |
Definition at line 171 of file usb_core.h.
Referenced by USB_OTG_CoreInit(), and USB_OTG_SelectCore().
uint8_t USB_OTG_core_cfg::speed |
Definition at line 166 of file usb_core.h.
Referenced by DCD_HandleEnumDone_ISR(), USB_OTG_SelectCore(), USBD_GetDescriptor(), and USBD_Reset().
uint16_t USB_OTG_core_cfg::TotalFifoSize |
Definition at line 169 of file usb_core.h.
Referenced by USB_OTG_SelectCore().