Searched refs:controllerInterface (Results 1 – 4 of 4) sorted by relevance
67 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface);209 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface) in USB_DeviceGetControllerInterface() argument280 if (NULL != deviceHandle->controllerInterface) in USB_DeviceTransfer()352 if (NULL != deviceHandle->controllerInterface) in USB_DeviceControl()844 error = USB_DeviceGetControllerInterface(controllerId, &deviceHandle->controllerInterface); in USB_DeviceInit()850 if (NULL == deviceHandle->controllerInterface) in USB_DeviceInit()855 if (((usb_device_controller_init_t)NULL == deviceHandle->controllerInterface->deviceInit) || in USB_DeviceInit()945 if (NULL != deviceHandle->controllerInterface) in USB_DeviceDeinit()947 deviceHandle->controllerInterface->deviceDeinit(deviceHandle->controllerHandle); in USB_DeviceDeinit()948 deviceHandle->controllerInterface = (usb_device_controller_interface_struct_t *)NULL; in USB_DeviceDeinit()[all …]
152 …const usb_device_controller_interface_struct_t *controllerInterface; /*!< Controller interface han… member
67 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface);204 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface) in USB_DeviceGetControllerInterface() argument275 if (NULL != deviceHandle->controllerInterface) in USB_DeviceTransfer()347 if (NULL != deviceHandle->controllerInterface) in USB_DeviceControl()839 error = USB_DeviceGetControllerInterface(controllerId, &deviceHandle->controllerInterface); in USB_DeviceInit()845 if (NULL == deviceHandle->controllerInterface) in USB_DeviceInit()850 if (((usb_device_controller_init_t)NULL == deviceHandle->controllerInterface->deviceInit) || in USB_DeviceInit()940 if (NULL != deviceHandle->controllerInterface) in USB_DeviceDeinit()942 deviceHandle->controllerInterface->deviceDeinit(deviceHandle->controllerHandle); in USB_DeviceDeinit()943 deviceHandle->controllerInterface = (usb_device_controller_interface_struct_t *)NULL; in USB_DeviceDeinit()[all …]
Completed in 11 milliseconds