Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.c89 static uint32_t _USB_HostKhciGetFrameCountSum(usb_khci_host_state_struct_t *usbHostPointer) in _USB_HostKhciGetFrameCountSum() function
118 sofStart = _USB_HostKhciGetFrameCountSum(usbHostPointer); in _USB_HostKhciDelay()
122 sofEnd = _USB_HostKhciGetFrameCountSum(usbHostPointer); in _USB_HostKhciDelay()
1194 …if ((_USB_HostKhciGetFrameCountSum(usbHostPointer) - transfer->union2.frame) > transfer->nakTimeou… in _USB_HostKhciFinishTranfer()
1352 transfer->union2.frame = _USB_HostKhciGetFrameCountSum(usbHostPointer); in _USB_HostKhciTransferStateMachine()
1425 … if ((_USB_HostKhciGetFrameCountSum(usbHostPointer) - transfer->union2.frame) > USB_TIMEOUT_OTHER) in _USB_HostKhciTransferStateMachine()
1885 transfer->union2.frame = _USB_HostKhciGetFrameCountSum(usbHostPointer); in USB_HostKhciWritePipe()
1939 transfer->union2.frame = _USB_HostKhciGetFrameCountSum(usbHostPointer); in USB_HostKhciReadpipe()