Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c1032 usb_host_device_instance_t *newInstance; in USB_HostAttachDevice() local
1072newInstance = (usb_host_device_instance_t *)OSA_MemoryAllocate(sizeof(usb_host_device_instance_t)); in USB_HostAttachDevice()
1073 if (newInstance == NULL) in USB_HostAttachDevice()
1084 newInstance->hostHandle = hostHandle; in USB_HostAttachDevice()
1085 newInstance->speed = speed; in USB_HostAttachDevice()
1086 newInstance->stallRetries = USB_HOST_CONFIG_ENUMERATION_MAX_STALL_RETRIES; in USB_HostAttachDevice()
1087 newInstance->enumRetries = USB_HOST_CONFIG_ENUMERATION_MAX_RETRIES; in USB_HostAttachDevice()
1088 newInstance->setAddress = 0; in USB_HostAttachDevice()
1089 newInstance->deviceAttachState = (uint8_t)kStatus_device_Attached; in USB_HostAttachDevice()
1091 newInstance->deviceDescriptor = in USB_HostAttachDevice()
[all …]