Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_dci.h143 } usb_device_controller_interface_struct_t; typedef
152 …const usb_device_controller_interface_struct_t *controllerInterface; /*!< Controller interface han…
A Dusb_device_dci.c67 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface);
168 static const usb_device_controller_interface_struct_t s_UsbDeviceKhciInterface = {
176 static const usb_device_controller_interface_struct_t s_UsbDeviceEhciInterface = {
185 static const usb_device_controller_interface_struct_t s_UsbDeviceLpc3511IpInterface = {
204 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface) in USB_DeviceGetControllerInterface()
213 …*controllerInterface = (const usb_device_controller_interface_struct_t *)&s_UsbDeviceKhciInterface; in USB_DeviceGetControllerInterface()
222 …*controllerInterface = (const usb_device_controller_interface_struct_t *)&s_UsbDeviceEhciInterface; in USB_DeviceGetControllerInterface()
233 …*controllerInterface = (const usb_device_controller_interface_struct_t *)&s_UsbDeviceLpc3511IpInte… in USB_DeviceGetControllerInterface()
943 deviceHandle->controllerInterface = (usb_device_controller_interface_struct_t *)NULL; in USB_DeviceDeinit()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_dci.h143 } usb_device_controller_interface_struct_t; typedef
152 …const usb_device_controller_interface_struct_t *controllerInterface; /*!< Controller interface han…
A Dusb_device_dci.c67 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface);
173 static const usb_device_controller_interface_struct_t s_UsbDeviceKhciInterface = {
181 static const usb_device_controller_interface_struct_t s_UsbDeviceEhciInterface = {
190 static const usb_device_controller_interface_struct_t s_UsbDeviceLpc3511IpInterface = {
209 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface) in USB_DeviceGetControllerInterface()
218 …*controllerInterface = (const usb_device_controller_interface_struct_t *)&s_UsbDeviceKhciInterface; in USB_DeviceGetControllerInterface()
227 …*controllerInterface = (const usb_device_controller_interface_struct_t *)&s_UsbDeviceEhciInterface; in USB_DeviceGetControllerInterface()
238 …*controllerInterface = (const usb_device_controller_interface_struct_t *)&s_UsbDeviceLpc3511IpInte… in USB_DeviceGetControllerInterface()
948 deviceHandle->controllerInterface = (usb_device_controller_interface_struct_t *)NULL; in USB_DeviceDeinit()

Completed in 10 milliseconds