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