Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c211 otgKhciInstance->checkType = (uint8_t)kOtg_CheckNone; in _USB_OtgKhciRequestState()
586 otgKhciInstance->checkType = (uint8_t)kOtg_CheckNone; in USB_OtgKhciIsrFunction()
610 otgKhciInstance->checkType = (uint8_t)kOtg_CheckNone; in USB_OtgKhciIsrFunction()
629 otgKhciInstance->checkType = (uint8_t)kOtg_CheckNone; in USB_OtgKhciIsrFunction()
Dusb_otg_khci.h30 kOtg_CheckNone = 0x00U, /*!< default value */ enumerator