USBH_CDC_EEM_Init

Description

Initializes all the internal variables and modules used by the CDC EEM subclass.

Files

usbd_cdc_eem.h/usbd_cdc_eem.c

Prototype

void  USBD_CDC_EEM_Init (USBD_ERR  *p_err);


Arguments

p_err

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

USBD_ERR_NONE

USBD_ERR_OS_SIGNAL_CREATE

Returned Value

None.

Callers

Application.

Notes / Warnings

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