Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub.h53 #define C_PORT_ENABLE (17U) macro
Dusb_host_hub_app.c467 else if (0U != ((1UL << C_PORT_ENABLE) & specStatus)) in USB_HostHubProcessPortAttach()
469 feature = C_PORT_ENABLE; /* clear C_PORT_ENABLE */ in USB_HostHubProcessPortAttach()
670 else if (0U != ((1UL << C_PORT_ENABLE) & specStatus)) /* C_PORT_ENABLE */ in USB_HostHubProcessPortDetach()
672 … if (USB_HostHubClearPortFeature(hubInstance, hubInstance->portProcess, C_PORT_ENABLE, in USB_HostHubProcessPortDetach()