Home
last modified time | relevance | path

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

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host.h195 uint8_t numberPerUframe; /*!< Transaction number per micro-frame*/ member
240 uint8_t numberPerUframe; /*!< Transaction number for each micro-frame*/ member
A Dusb_host_ehci.c1340 ehciPipePointer->pipeCommon.maxPacketSize * ehciPipePointer->pipeCommon.numberPerUframe); in USB_HostBandwidthHsHostAllocateIso()
1565 ehciPipePointer->pipeCommon.maxPacketSize * ehciPipePointer->pipeCommon.numberPerUframe); in USB_HostBandwidthHsHostAllocateInterrupt()
2392 …controlBits2 |= ((uint32_t)ehciPipePointer->pipeCommon.numberPerUframe << EHCI_HOST_QH_MULT_SHIFT); in USB_HostEhciQhInit()
2856 …uint32_t minDataPerItd = ehciPipePointer->pipeCommon.numberPerUframe * ehciPipePointer->pipeCommon… in USB_HostEhciItdArrayInit()
2940 itdPointer->bufferPointers[2] |= (ehciPipePointer->pipeCommon.numberPerUframe); in USB_HostEhciItdArrayInit()
4267 ehciPipePointer->pipeCommon.numberPerUframe = pipeInit->numberPerUframe; in USB_HostEhciOpenPipe()
4268 if (ehciPipePointer->pipeCommon.numberPerUframe == 0) in USB_HostEhciOpenPipe()
4270 ehciPipePointer->pipeCommon.numberPerUframe = 1; in USB_HostEhciOpenPipe()
A Dusb_host_devices.c1076 pipeInit.numberPerUframe = 0; in USB_HostAttachDevice()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host.h236 uint8_t numberPerUframe; /*!< Transaction number per micro-frame*/ member
281 uint8_t numberPerUframe; /*!< Transaction number for each micro-frame*/ member
A Dusb_host_ehci.c1337 …int32_t)ehciPipePointer->pipeCommon.maxPacketSize) * ehciPipePointer->pipeCommon.numberPerUframe)); in USB_HostBandwidthHsHostAllocateIso()
1568 …(uint32_t)ehciPipePointer->pipeCommon.maxPacketSize * ehciPipePointer->pipeCommon.numberPerUframe); in USB_HostBandwidthHsHostAllocateInterrupt()
2421 …controlBits2 |= ((uint32_t)ehciPipePointer->pipeCommon.numberPerUframe << EHCI_HOST_QH_MULT_SHIFT); in USB_HostEhciQhInit()
2932 … (uint32_t)ehciPipePointer->pipeCommon.numberPerUframe * ehciPipePointer->pipeCommon.maxPacketSize; in USB_HostEhciItdArrayInit()
3019 itdPointer->bufferPointers[2] |= (ehciPipePointer->pipeCommon.numberPerUframe); in USB_HostEhciItdArrayInit()
4490 ehciPipePointer->pipeCommon.numberPerUframe = pipeInit->numberPerUframe + 1U; in USB_HostEhciOpenPipe()
4491 if (ehciPipePointer->pipeCommon.numberPerUframe > 3U) in USB_HostEhciOpenPipe()
4493 ehciPipePointer->pipeCommon.numberPerUframe = 3U; in USB_HostEhciOpenPipe()
A Dusb_host_devices.c1162 pipeInit.numberPerUframe = 0; in USB_HostAttachDevice()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_usbh.c331 ….numberPerUframe = (uint8_t)(pipe->ep.wMaxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_MULT_… in _ehci0_open_pipe()
609 ….numberPerUframe = (uint8_t)(pipe->ep.wMaxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_MULT_… in _ehci1_open_pipe()

Completed in 32 milliseconds