Searched refs:USB_OTG_TIME_WAIT_DEVICE_INIT (Results 1 – 2 of 2) sorted by relevance
609 #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()
54 #define USB_OTG_TIME_WAIT_DEVICE_INIT (200U) macro