Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c64 if (0U != otgKhciInstance->jState) /* J */ in _USB_OtgKhciCheckSrp()
92 else if ((0U == (otgKhciInstance->jState)) && in _USB_OtgKhciCheckSrp()
541 otgKhciInstance->jState = 0U; in USB_OtgKhciIsrFunction()
545 otgKhciInstance->jState = otgKhciInstance->usbRegBase->CTL & USB_CTL_JSTATE_MASK; in USB_OtgKhciIsrFunction()
555 otgKhciInstance->jState = 0U; in USB_OtgKhciIsrFunction()
603 if ((0U == (otgKhciInstance->se0State)) && (0U != otgKhciInstance->jState) && in USB_OtgKhciIsrFunction()
Dusb_otg_khci.h82 volatile uint8_t jState; /*!< line state J */ member