Searched refs:jState (Results 1 – 2 of 2) sorted by relevance
64 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()
82 volatile uint8_t jState; /*!< line state J */ member