Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_dci.c82 USB_GLOBAL static usb_device_struct_t s_UsbDevice[USB_DEVICE_CONFIG_NUM]; variable
109 …if ((NULL != s_UsbDevice[count].controllerHandle) && (controllerId == s_UsbDevice[count].controlle… in USB_DeviceAllocateHandle()
118 if (NULL == s_UsbDevice[count].controllerHandle) in USB_DeviceAllocateHandle()
120 s_UsbDevice[count].controllerId = controllerId; in USB_DeviceAllocateHandle()
121 *handle = &s_UsbDevice[count]; in USB_DeviceAllocateHandle()