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.