Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub.h50 #define C_PORT_CONNECTION (16U) macro
Dusb_host_hub_app.c432 if (0U != ((1UL << C_PORT_CONNECTION) & specStatus)) in USB_HostHubProcessPortAttach()
436 … if (USB_HostHubClearPortFeature(hubInstance, hubInstance->portProcess, C_PORT_CONNECTION, in USB_HostHubProcessPortAttach()
661 if (0U != ((1UL << C_PORT_CONNECTION) & specStatus)) /* C_PORT_CONNECTION */ in USB_HostHubProcessPortDetach()
663 … if (USB_HostHubClearPortFeature(hubInstance, hubInstance->portProcess, C_PORT_CONNECTION, in USB_HostHubProcessPortDetach()