APM:Libraries
|
Functions | |
void | BSP_Init (void) |
void | USB_OTG_BSP_Init (USB_OTG_CORE_HANDLE *pdev) |
void | USB_OTG_BSP_uDelay (const uint32_t usec) |
void | USB_OTG_BSP_mDelay (const uint32_t msec) |
void | USB_OTG_BSP_EnableInterrupt (USB_OTG_CORE_HANDLE *pdev) |
void BSP_Init | ( | void | ) |
void USB_OTG_BSP_EnableInterrupt | ( | USB_OTG_CORE_HANDLE * | pdev | ) |
Definition at line 383 of file usb.c.
Referenced by USBD_Init().
void USB_OTG_BSP_Init | ( | USB_OTG_CORE_HANDLE * | pdev | ) |
Definition at line 310 of file usb.c.
Referenced by USBD_Init().
void USB_OTG_BSP_mDelay | ( | const uint32_t | msec | ) |
Definition at line 393 of file usb.c.
Referenced by DCD_DevConnect(), DCD_DevDisconnect(), USB_OTG_ActiveRemoteWakeup(), USB_OTG_CoreInit(), USB_OTG_ReadOtgItr(), and USB_OTG_SetCurrentMode().
void USB_OTG_BSP_uDelay | ( | const uint32_t | usec | ) |
Definition at line 751 of file usb.c.
Referenced by USB_OTG_CoreReset(), USB_OTG_FlushRxFifo(), and USB_OTG_FlushTxFifo().