Home
last modified time | relevance | path

Searched refs:usb_device_controller_interface_struct_t (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_dci.c51 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 …]
Dusb_device_dci.h125 } usb_device_controller_interface_struct_t; typedef
135 …const usb_device_controller_interface_struct_t *controllerInterface; /*!< Controller interface han…
Dusb_device_mcux_drv_port.h118 } usb_device_controller_interface_struct_t; typedef