...
usbd_vendor.h / usbd_vendor.c
Prototype
Code Block | ||
---|---|---|
| ||
void USBD_Vendor_Init (USBD_ERR *p_err); |
Arguments
p_err
Pointer to variable that will receive the return error code from this function.
...
...
usbd_vendor.h / usbd_vendor.c
Code Block | ||
---|---|---|
| ||
void USBD_Vendor_Init (USBD_ERR *p_err); |
p_err
Pointer to variable that will receive the return error code from this function.
...