Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c57 if (0U != otgKhciInstance->se0State) /* se0 */ in _USB_OtgKhciCheckSrp()
69 else if ((0U == (otgKhciInstance->se0State)) && in _USB_OtgKhciCheckSrp()
81 if (0U != otgKhciInstance->se0State) /* se0 */ in _USB_OtgKhciCheckSrp()
538 otgKhciInstance->se0State = otgKhciInstance->usbRegBase->CTL & USB_CTL_SE0_MASK; in USB_OtgKhciIsrFunction()
539 if (0U != (otgKhciInstance->se0State)) in USB_OtgKhciIsrFunction()
554 otgKhciInstance->se0State = otgKhciInstance->usbRegBase->CTL & USB_CTL_SE0_MASK; in USB_OtgKhciIsrFunction()
584 …if ((0U != otgKhciInstance->se0State) && (otgKhciInstance->lineStableTime > otgKhciInstance->check… in USB_OtgKhciIsrFunction()
603 if ((0U == (otgKhciInstance->se0State)) && (0U != otgKhciInstance->jState) && in USB_OtgKhciIsrFunction()
618 if ((0U != otgKhciInstance->se0State) && in USB_OtgKhciIsrFunction()
Dusb_otg_khci.h81 volatile uint8_t se0State; /*!< line state se0 */ member