Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c303 otgKhciInstance->lineStableTime = 0U; in _USB_OtgKhciRequestState()
537 otgKhciInstance->lineStableTime = 0U; in USB_OtgKhciIsrFunction()
553 otgKhciInstance->lineStableTime = 0U; in USB_OtgKhciIsrFunction()
559 if (otgKhciInstance->lineStableTime != 0xFFFFU) in USB_OtgKhciIsrFunction()
561 otgKhciInstance->lineStableTime++; in USB_OtgKhciIsrFunction()
584 …if ((0U != otgKhciInstance->se0State) && (otgKhciInstance->lineStableTime > otgKhciInstance->check… in USB_OtgKhciIsrFunction()
608 if (otgKhciInstance->lineStableTime >= otgKhciInstance->checkTime) in USB_OtgKhciIsrFunction()
619 (otgKhciInstance->lineStableTime >= USB_OTG_TIME_B_SE0_SRP)) /* se0 */ in USB_OtgKhciIsrFunction()
621 otgKhciInstance->lineStableTime = 0U; in USB_OtgKhciIsrFunction()
627 if ((otgKhciInstance->lineStableTime >= USB_OTG_TIME_A_BIDL_ADIS)) in USB_OtgKhciIsrFunction()
[all …]
Dusb_otg_khci.h65 volatile uint16_t lineStableTime; /*!< the duration for stable line */ member