/
USBD_BSP_Init
USBD_BSP_Init
Description
Initialize board-specific USB controller dependencies.
Files
Every device driver’s usbd_bsp_<driver_name>.c
Prototype
static void USBD_BSP_Init (USBD_DRV *p_drv);
Arguments
p_drv
Pointer to USB device driver structure.
Returned Value
None.
Callers
USB device driver.
Notes / Warnings
None.
Related content
USBD_DrvInit
USBD_DrvInit
More like this
USBD_Init
USBD_Init
More like this
USBD_DevStart
USBD_DevStart
More like this
USBD_DevAdd
USBD_DevAdd
More like this
USBD_DrvStart
USBD_DrvStart
More like this
USBD_IF_Grp
USBD_IF_Grp
More like this