Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_oci.c609 #if (USB_OTG_TIME_WAIT_DEVICE_INIT != 0U) in _USB_OtgEnterStateAHost()
611 …_USB_OtgStartTimer(otgInstance, USB_OTG_TIME_WAIT_DEVICE_INIT); /* wait the B-Device init the devi… in _USB_OtgEnterStateAHost()
632 #if (USB_OTG_TIME_WAIT_DEVICE_INIT != 0U) in _USB_OtgProcessStateAHost()
1550 #if (USB_OTG_TIME_WAIT_DEVICE_INIT != 0U) in _USB_OtgEnterStateBHost()
1552 _USB_OtgStartTimer(otgInstance, USB_OTG_TIME_WAIT_DEVICE_INIT); in _USB_OtgEnterStateBHost()
1565 #if (USB_OTG_TIME_WAIT_DEVICE_INIT != 0U) in _USB_OtgProcessStateBHost()
Dusb_otg_oci.h54 #define USB_OTG_TIME_WAIT_DEVICE_INIT (200U) macro