USBD_Vendor_Init

Description

Initialize internal structures and local global variables used by the Vendor class.

Files

usbd_vendor.h / usbd_vendor.c

Prototype

void  USBD_Vendor_Init (USBD_ERR  *p_err);


Arguments

p_err

Pointer to variable that will receive the return error code from this function.

USBD_ERR_NONE

Returned Value

None.

Callers

Application.

Notes / Warnings

The initialization function must be called only once by the application, and before calling any other Vendor API.