APM:Libraries
Functions
USB_BSP_Exported_FunctionsPrototype
Collaboration diagram for USB_BSP_Exported_FunctionsPrototype:

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)
 

Detailed Description

Function Documentation

◆ BSP_Init()

void BSP_Init ( void  )

◆ USB_OTG_BSP_EnableInterrupt()

void USB_OTG_BSP_EnableInterrupt ( USB_OTG_CORE_HANDLE pdev)

Definition at line 383 of file usb.c.

Referenced by USBD_Init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ USB_OTG_BSP_Init()

void USB_OTG_BSP_Init ( USB_OTG_CORE_HANDLE pdev)

Definition at line 310 of file usb.c.

Referenced by USBD_Init().

Here is the caller graph for this function:

◆ USB_OTG_BSP_mDelay()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ USB_OTG_BSP_uDelay()

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().

Here is the call graph for this function:
Here is the caller graph for this function: