Searched refs:USB_DeviceInit (Results 1 – 3 of 3) sorted by relevance
240 extern usb_status_t USB_DeviceInit(uint8_t controllerId,
738 usb_status_t USB_DeviceInit(uint8_t controllerId, usb_device_callback_t deviceCallback, usb_device_… in USB_DeviceInit() function
465 error = USB_DeviceInit(controllerId, USB_DeviceClassCallback, &classHandle->handle); in USB_DeviceClassInit()