Home
last modified time | relevance | path

Searched refs:s_UsbDevice (Results 1 – 2 of 2) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_dci.c98 USB_GLOBAL static usb_device_struct_t s_UsbDevice[USB_DEVICE_CONFIG_NUM]; variable
122 rt_memset(&s_UsbDevice[i],0,sizeof(s_UsbDevice[i])); in USB_DeviceAllocateHandle()
130 …if ((NULL != s_UsbDevice[count].controllerHandle) && (controllerId == s_UsbDevice[count].controlle… in USB_DeviceAllocateHandle()
139 if (NULL == s_UsbDevice[count].controllerHandle) in USB_DeviceAllocateHandle()
141 s_UsbDevice[count].controllerId = controllerId; in USB_DeviceAllocateHandle()
142 *handle = &s_UsbDevice[count]; in USB_DeviceAllocateHandle()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_dci.c98 USB_GLOBAL static usb_device_struct_t s_UsbDevice[USB_DEVICE_CONFIG_NUM]; variable
125 …if ((NULL != s_UsbDevice[count].controllerHandle) && (controllerId == s_UsbDevice[count].controlle… in USB_DeviceAllocateHandle()
134 if (NULL == s_UsbDevice[count].controllerHandle) in USB_DeviceAllocateHandle()
136 s_UsbDevice[count].controllerId = controllerId; in USB_DeviceAllocateHandle()
137 *handle = &s_UsbDevice[count]; in USB_DeviceAllocateHandle()

Completed in 12 milliseconds