/
USBD_CDC_Init
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.
Related content
USBH_CDC_EEM_Init
USBH_CDC_EEM_Init
More like this
CDC Configuration
CDC Configuration
More like this
USBD_CDC_CfgAdd
USBD_CDC_CfgAdd
More like this
USBD_PHDC_Init
USBD_PHDC_Init
More like this
USBD_CDC_DataTx
USBD_CDC_DataTx
More like this
USBD_CDC_IsConn
USBD_CDC_IsConn
More like this