Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c458 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()
Dusb_otg_khci.h66 volatile uint16_t internalTimerValue; /*!< internal timer value */ member