Searched refs:internalTimerValue (Results 1 – 2 of 2) sorted by relevance
458 otgKhciInstance->internalTimerValue = (uint16_t)controlValue1; /* ms */ in USB_OtgKhciControl()459 while (otgKhciInstance->internalTimerValue > 0U) in USB_OtgKhciControl()474 otgKhciInstance->internalTimerValue = USB_OTG_TIME_B_DATA_PLS; /* ms */ in USB_OtgKhciControl()475 while (otgKhciInstance->internalTimerValue > 0U) in USB_OtgKhciControl()575 if (otgKhciInstance->internalTimerValue > 0U) in USB_OtgKhciIsrFunction()577 otgKhciInstance->internalTimerValue--; in USB_OtgKhciIsrFunction()
66 volatile uint16_t internalTimerValue; /*!< internal timer value */ member