Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.c1173 pipe->cutOffTime = USB_HOST_OHCI_TRANSFER_TIMEOUT_GAP; in USB_HostOhciTdDoneHandle()
1399 pipe->cutOffTime = USB_HOST_OHCI_TRANSFER_TIMEOUT_GAP; in USB_HostOhciCancelPipe()
1979 pipe->cutOffTime--; in USB_HostOhciSof()
1980 if (0U == pipe->cutOffTime) in USB_HostOhciSof()
2366 pipe->cutOffTime = USB_HOST_OHCI_TRANSFER_TIMEOUT_GAP; in USB_HostOhciOpenPipe()
Dusb_host_ohci.h420 uint32_t cutOffTime; member
Dusb_host_ip3516hs.h577 uint16_t cutOffTime; member
Dusb_host_ip3516hs.c1766 pipe->cutOffTime = USB_HOST_IP3516HS_TRANSFER_TIMEOUT_GAP; in USB_HostIp3516HsCancelPipe()
3111 pipe->cutOffTime = USB_HOST_IP3516HS_TRANSFER_TIMEOUT_GAP; in USB_HostIp3516HsTokenDone()
3239 pipe->cutOffTime--; in USB_HostIp3516HsSof()
3240 if (0U == pipe->cutOffTime) in USB_HostIp3516HsSof()
3566 pipe->cutOffTime = USB_HOST_IP3516HS_TRANSFER_TIMEOUT_GAP; in USB_HostIp3516HsOpenPipe()