USBD_CDC_Init
Description
Initializes all the internal variables and modules used by the CDC. The initialization function is called by the application exactly once.
Files
usbd_cdc.h/usbd_cdc.c
Prototype
static void USBD_CDC_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
None.