Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.c944 uint32_t conditionCode; in USB_HostOhciTdDoneHandle() local
1049conditionCode = (((uint32_t)itd->OffsetPSW[i] & (USB_HOST_OHCI_ITD_CONDITION_CODE_MASK)) >> in USB_HostOhciTdDoneHandle()
1051 if (0U != conditionCode) in USB_HostOhciTdDoneHandle()
1053 if (conditionCode != USB_HOST_OHCI_CC_DATA_UNDERRUN) in USB_HostOhciTdDoneHandle()
1057 if (conditionCode == USB_HOST_OHCI_CC_DATA_OVERRUN) in USB_HostOhciTdDoneHandle()