Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.c2722 static uint32_t sofCount = 0U; in USB_HostOhciIsrFunction() local
2772 sofCount++; in USB_HostOhciIsrFunction()
2773 if (sofCount >= USB_HOST_OHCI_TRANSFER_SCAN_INTERVAL) in USB_HostOhciIsrFunction()
2775 sofCount = 0U; in USB_HostOhciIsrFunction()
Dusb_host_ip3516hs.c4009 static uint32_t sofCount = 0U; in USB_HostIp3516HsIsrFunction() local
4047 sofCount++; in USB_HostIp3516HsIsrFunction()
4051 sofCount += 8U; in USB_HostIp3516HsIsrFunction()
4053 if (sofCount >= USB_HOST_IP3516HS_TRANSFER_SCAN_INTERVAL) in USB_HostIp3516HsIsrFunction()
4055 sofCount = 0U; in USB_HostIp3516HsIsrFunction()
Dusb_host_ehci.c4103 uint32_t sofCount = 0; in USB_HostEhciPortChange() local
4121 sofCount = (ehciInstance->ehciIpBase->FRINDEX & EHCI_MAX_UFRAME_VALUE); in USB_HostEhciPortChange()
4122 if (((sofCount + EHCI_MAX_UFRAME_VALUE + 1U - sofStart) & EHCI_MAX_UFRAME_VALUE) > in USB_HostEhciPortChange()