Searched refs:deviceInit (Results 1 – 4 of 4) sorted by relevance
137 usb_device_controller_init_t deviceInit; /*!< Controller initialization */ member
850 if (((usb_device_controller_init_t)NULL == deviceHandle->controllerInterface->deviceInit) || in USB_DeviceInit()875 …error = deviceHandle->controllerInterface->deviceInit(controllerId, deviceHandle, &deviceHandle->c… in USB_DeviceInit()
855 if (((usb_device_controller_init_t)NULL == deviceHandle->controllerInterface->deviceInit) || in USB_DeviceInit()880 …error = deviceHandle->controllerInterface->deviceInit(controllerId, deviceHandle, &deviceHandle->c… in USB_DeviceInit()
Completed in 13 milliseconds