Searched refs:usb_device_controller_interface_struct_t (Results 1 – 3 of 3) sorted by relevance
51 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface);152 static const usb_device_controller_interface_struct_t s_UsbDeviceKhciInterface = {159 static const usb_device_controller_interface_struct_t s_UsbDeviceEhciInterface = {167 static const usb_device_controller_interface_struct_t s_UsbDeviceLpc3511IpInterface = {174 static const usb_device_controller_interface_struct_t s_UsbDeviceDwc3Interface = {192 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface) in USB_DeviceGetControllerInterface()201 …*controllerInterface = (const usb_device_controller_interface_struct_t *)&s_UsbDeviceKhciInterface; in USB_DeviceGetControllerInterface()209 …*controllerInterface = (const usb_device_controller_interface_struct_t *)&s_UsbDeviceEhciInterface; in USB_DeviceGetControllerInterface()219 …*controllerInterface = (const usb_device_controller_interface_struct_t *)&s_UsbDeviceLpc3511IpInte… in USB_DeviceGetControllerInterface()227 …*controllerInterface = (const usb_device_controller_interface_struct_t *)&s_UsbDeviceDwc3Interface; in USB_DeviceGetControllerInterface()[all …]
125 } usb_device_controller_interface_struct_t; typedef135 …const usb_device_controller_interface_struct_t *controllerInterface; /*!< Controller interface han…
118 } usb_device_controller_interface_struct_t; typedef