Searched refs:deviceAttachState (Results 1 – 4 of 4) sorted by relevance
72 uint8_t deviceAttachState; /*!< See the usb_host_device_state_t */ member
1089 newInstance->deviceAttachState = (uint8_t)kStatus_device_Attached; in USB_HostAttachDevice()1234 …deviceInstance->deviceAttachState = (uint8_t)kStatus_device_Detached; /* mark the device is detach… in USB_HostDetachDeviceInternal()1263 …return (NULL != deviceHandle) ? ((usb_host_device_instance_t *)deviceHandle)->deviceAttachState : … in USB_HostGetDeviceAttachState()1404 …if (deviceInstance->deviceAttachState == (uint8_t)kStatus_device_Detached) /* device is removed fr… in USB_HostCloseDeviceInterface()1465 deviceInstance->deviceAttachState = (uint8_t)kStatus_device_Detached; in USB_HostRemoveDevice()
94 uint8_t deviceAttachState; /*!< See the usb_host_device_state_t */ member
1006 newInstance->deviceAttachState = kStatus_device_Attached; in USB_HostAttachDevice()1141 …deviceInstance->deviceAttachState = kStatus_device_Detached; /* mark the device is detached from h… in USB_HostDetachDeviceInternal()1168 return deviceHandle ? ((usb_host_device_instance_t *)deviceHandle)->deviceAttachState : 0x0; in USB_HostGetDeviceAttachState()1309 …if (deviceInstance->deviceAttachState == kStatus_device_Detached) /* device is removed from host */ in USB_HostCloseDeviceInterface()1370 deviceInstance->deviceAttachState = kStatus_device_Detached; in USB_HostRemoveDevice()
Completed in 13 milliseconds