4.4.17.2.1 USB_VendorClassInit()

void USB_VendorClassInit (USB_SETUP_EVENT_CALLBACK_t interfaceEnabledCallback, USB_SETUP_PROCESS_CALLBACK_t vendorControlRequest, USB_EVENT_CALLBACK_t interfaceDisabledCallback)

Sets up interfaces for use with the Vendor class.

Parameters:
interfaceEnabledCallback

- Callback to the interface enable function

vendorControlRequest

- Callback to the control request function

interfaceDisabledCallback

- Callback to the interface disable function

Returns:

None.