Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c358 otgKhciInstance->externalTimerEnable = 0U; in USB_OtgKhciInit()
483 otgKhciInstance->externalTimerEnable = 1U; in USB_OtgKhciControl()
488 otgKhciInstance->externalTimerEnable = 0U; in USB_OtgKhciControl()
565 … if ((0U != otgKhciInstance->externalTimerEnable) && (otgKhciInstance->externalTimerValue > 0U)) in USB_OtgKhciIsrFunction()
570 otgKhciInstance->externalTimerEnable = 0U; in USB_OtgKhciIsrFunction()
Dusb_otg_khci.h76externalTimerEnable; /*!< 1 - the externalTimerValue is valid; 0 - the externalTimerValue is inval… member