|
void | DCD_DevConnect (USB_OTG_CORE_HANDLE *pdev) |
| Connect device (enable internal pull-up) More...
|
|
void | DCD_DevDisconnect (USB_OTG_CORE_HANDLE *pdev) |
| Disconnect device (disable internal pull-up) More...
|
|
uint32_t | DCD_EP_Close (USB_OTG_CORE_HANDLE *pdev, uint8_t ep_addr) |
| called when an EP is disabled More...
|
|
uint32_t | DCD_EP_ClrStall (USB_OTG_CORE_HANDLE *pdev, uint8_t epnum) |
| Clear stall condition on endpoints. More...
|
|
uint32_t | DCD_EP_Flush (USB_OTG_CORE_HANDLE *pdev, uint8_t epnum) |
| This Function flushes the FIFOs. More...
|
|
uint32_t | DCD_EP_Open (USB_OTG_CORE_HANDLE *pdev, uint8_t ep_addr, uint16_t ep_mps, uint8_t ep_type) |
| Configure an EP. More...
|
|
uint32_t | DCD_EP_PrepareRx (USB_OTG_CORE_HANDLE *pdev, uint8_t ep_addr, uint8_t *pbuf, uint16_t buf_len) |
| DCD_EP_PrepareRx. More...
|
|
void | DCD_EP_SetAddress (USB_OTG_CORE_HANDLE *pdev, uint8_t address) |
| This Function set USB device address. More...
|
|
uint32_t | DCD_EP_Stall (USB_OTG_CORE_HANDLE *pdev, uint8_t epnum) |
| Stall an endpoint. More...
|
|
uint32_t | DCD_EP_Tx (USB_OTG_CORE_HANDLE *pdev, uint8_t ep_addr, uint8_t *pbuf, uint32_t buf_len) |
| Transmit data over USB. More...
|
|
uint32_t | DCD_GetEPStatus (USB_OTG_CORE_HANDLE *pdev, uint8_t epnum) |
| returns the EP Status More...
|
|
void | DCD_Init (USB_OTG_CORE_HANDLE *pdev, USB_OTG_CORE_ID_TypeDef coreID) |
|
void | DCD_SetEPStatus (USB_OTG_CORE_HANDLE *pdev, uint8_t epnum, uint32_t Status) |
| Set the EP Status. More...
|
|