Searched refs:numberPerUframe (Results 1 – 7 of 7) sorted by relevance
195 uint8_t numberPerUframe; /*!< Transaction number per micro-frame*/ member240 uint8_t numberPerUframe; /*!< Transaction number for each micro-frame*/ member
1340 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()
1076 pipeInit.numberPerUframe = 0; in USB_HostAttachDevice()
236 uint8_t numberPerUframe; /*!< Transaction number per micro-frame*/ member281 uint8_t numberPerUframe; /*!< Transaction number for each micro-frame*/ member
1337 …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()
1162 pipeInit.numberPerUframe = 0; in USB_HostAttachDevice()
331 ….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