Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c1091 newInstance->deviceAttachState = (uint8_t)kStatus_device_Attached; in USB_HostAttachDevice()
1236 …deviceInstance->deviceAttachState = (uint8_t)kStatus_device_Detached; /* mark the device is detach… in USB_HostDetachDeviceInternal()
1265 …return (NULL != deviceHandle) ? ((usb_host_device_instance_t *)deviceHandle)->deviceAttachState : … in USB_HostGetDeviceAttachState()
1406 …if (deviceInstance->deviceAttachState == (uint8_t)kStatus_device_Detached) /* device is removed fr… in USB_HostCloseDeviceInterface()
1467 deviceInstance->deviceAttachState = (uint8_t)kStatus_device_Detached; in USB_HostRemoveDevice()
Dusb_host_devices.h72 uint8_t deviceAttachState; /*!< See the usb_host_device_state_t */ member