Searched refs:externalTimerValue (Results 1 – 2 of 2) sorted by relevance
484 otgKhciInstance->externalTimerValue = (uint16_t)controlValue1; in USB_OtgKhciControl()565 … if ((0U != otgKhciInstance->externalTimerEnable) && (otgKhciInstance->externalTimerValue > 0U)) in USB_OtgKhciIsrFunction()567 otgKhciInstance->externalTimerValue--; in USB_OtgKhciIsrFunction()568 if (otgKhciInstance->externalTimerValue == 0U) in USB_OtgKhciIsrFunction()
67 volatile uint16_t externalTimerValue; /*!< external timer value */ member