USBH_CDC_EEM_Add
Description
Adds a new instance of the CDC EEM class.
Files
usbd_cdc_eem.h/usbd_cdc_eem.c
Prototype
CPU_INT08U USBD_CDC_EEM_Add (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_ALLOC
Returned Value
Class interface number, if NO error(s).
USBD_CLASS_NBR_NONE
, otherwise.
Callers
Application.
Notes / Warnings
None