...
usbd_acm_serial.h/usbd_acm_serial.c
Prototype
Code Block | ||
---|---|---|
| ||
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_acm_serial.h/usbd_acm_serial.c
Code Block | ||
---|---|---|
| ||
void USBD_ACM_SerialInit (USBD_ERR *p_err); |
p_err
Pointer to variable that will receive the return error code from this function:
...