Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub.h131 uint8_t supportRemoteWakeup; /*!< The HUB supports remote wakeup or not*/ member
Dusb_host_hub_app.c975 if (0U != hubInstance->supportRemoteWakeup) in USB_HostHubRemoteWakeupCallback()
1263 hubInstance->supportRemoteWakeup = 0U; in USB_HostHubDeviceEvent()
1268 hubInstance->supportRemoteWakeup = 1U; in USB_HostHubDeviceEvent()
1590 if (0U != hubInstance->supportRemoteWakeup) in USB_HostHubSuspendDevice()