USBD_ACM_SerialInit
Description
Initialize CDC ACM serial emulation subclass.
Files
usbd_acm_serial.h/usbd_acm_serial.c
Prototype
void USBD_ACM_SerialInit (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.