Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.h558 kUSB_DeviceIp3516HsPortDetached = 0U, /*!< Port is detached and de-initialized */ enumerator
Dusb_host_ip3516hs.c604 usbHostState->portState[0].portStatus = (uint8_t)kUSB_DeviceIp3516HsPortDetached; in USB_HostIp3516HsControlBus()
837 if (kUSB_DeviceIp3516HsPortDetached != in USB_HostIp3516HsPortChange()
979 usbHostState->portState[i].portStatus = (uint8_t)kUSB_DeviceIp3516HsPortDetached; in USB_HostIp3516HsPortChange()
1014 if ((uint8_t)kUSB_DeviceIp3516HsPortDetached == usbHostState->portState[i].portStatus) in USB_HostIp3516HsPortChange()
1034 usbHostState->portState[i].portStatus = (uint8_t)kUSB_DeviceIp3516HsPortDetached; in USB_HostIp3516HsPortChange()
3915 …HostState->portState[*(uint8_t *)ioctlParam].portStatus = (uint8_t)kUSB_DeviceIp3516HsPortDetached; in USB_HostIp3516HsIoctl()
3924 (usbHostState->portState[0].portStatus == kUSB_DeviceIp3516HsPortDetached)) in USB_HostIp3516HsIoctl()