Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c81 uint16_t frameIndex,
94 uint16_t frameIndex,
105 uint16_t frameIndex,
1061 uint16_t frameIndex, in USB_HostBandwidthFslsHostComputeCurrent() argument
1077 if ((frameIndex >= ehciPipePointer->startFrame) && in USB_HostBandwidthFslsHostComputeCurrent()
1078 (0U == ((uint32_t)((uint32_t)frameIndex - ehciPipePointer->startFrame) & in USB_HostBandwidthFslsHostComputeCurrent()
1091 uint16_t frameIndex, in USB_HostBandwidthHsHostComputeCurrentFsls() argument
1131 if ((frameIndex >= ehciPipePointer->startFrame) && in USB_HostBandwidthHsHostComputeCurrentFsls()
1132 (0U == ((uint32_t)((uint32_t)frameIndex - ehciPipePointer->startFrame) & in USB_HostBandwidthHsHostComputeCurrentFsls()
1163 uint16_t frameIndex, in USB_HostBandwidthHsHostComputeCurrentHsAll() argument
[all …]
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_video.c971 …usb_host_class_handle classHandle, void *formatDescriptor, uint8_t subType, uint8_t frameIndex, vo… in USB_HostVideoStreamGetFrameDescriptor() argument
998 if (desc.video_frame_common->bFrameIndex == frameIndex) in USB_HostVideoStreamGetFrameDescriptor()
Dusb_host_video.h750 …usb_host_class_handle classHandle, void *formatDescriptor, uint8_t subType, uint8_t frameIndex, vo…