| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/ |
| D | usb_device_khci.c | 156 khciState->endpointState[(USB_CONTROL_ENDPOINT << 1U) | USB_OUT].transferBuffer = in USB_DeviceKhciPrimeNextSetup() 158 … khciState->endpointState[(USB_CONTROL_ENDPOINT << 1U) | USB_OUT].stateUnion.stateBitField.bdtOdd * in USB_DeviceKhciPrimeNextSetup() 161 khciState->endpointState[(USB_CONTROL_ENDPOINT << 1U) | USB_OUT].transferBuffer = in USB_DeviceKhciPrimeNextSetup() 163 … khciState->endpointState[(USB_CONTROL_ENDPOINT << 1U) | USB_OUT].stateUnion.stateBitField.bdtOdd * in USB_DeviceKhciPrimeNextSetup() 167 khciState->endpointState[(USB_CONTROL_ENDPOINT << 1U) | USB_OUT].transferDone = 0U; in USB_DeviceKhciPrimeNextSetup() 169 …khciState->endpointState[(USB_CONTROL_ENDPOINT << 1U) | USB_OUT].transferLength = USB_SETUP_PACKET… in USB_DeviceKhciPrimeNextSetup() 171 …khciState->endpointState[(USB_CONTROL_ENDPOINT << 1U) | USB_OUT].stateUnion.stateBitField.dmaAlign… in USB_DeviceKhciPrimeNextSetup() 173 …khciState->endpointState[(USB_CONTROL_ENDPOINT << 1U) | USB_OUT].stateUnion.stateBitField.data0 = … in USB_DeviceKhciPrimeNextSetup() 176 USB_DeviceKhciEndpointTransfer(khciState, USB_CONTROL_ENDPOINT, USB_OUT, in USB_DeviceKhciPrimeNextSetup() 177 … khciState->endpointState[(USB_CONTROL_ENDPOINT << 1U) | USB_OUT].transferBuffer, in USB_DeviceKhciPrimeNextSetup() [all …]
|
| D | usb_device_ehci.c | 484 uint8_t index = ((uint8_t)((uint32_t)ep << 1U)) | USB_OUT; in USB_DeviceEhciFillSetupBuffer() 649 … temp = (void *)&ehciState->qh[(uint8_t)((uint32_t)endpoint << 1U) + USB_OUT].setupBufferBack; in USB_DeviceEhciInterruptTokenDone() 658 message.code = (endpoint) | (USB_OUT << 0x07U); in USB_DeviceEhciInterruptTokenDone() 689 direction = USB_OUT; in USB_DeviceEhciInterruptTokenDone() 1715 …(endpointAddress & USB_ENDPOINT_NUMBER_MASK) | (USB_OUT << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTI… 2194 … (kStatus_USB_Success != USB_DeviceEhciEndpointDeinit(ehciState, (count | (USB_OUT << 0x07U))))) 2200 (void)USB_DeviceEhciEndpointDeinit(ehciState, (count | (USB_OUT << 0x07U)));
|
| D | usb_device_dci.c | 1014 …(endpointAddress & USB_ENDPOINT_NUMBER_MASK) | (USB_OUT << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTI… in USB_DeviceRecvRequest()
|
| D | usb_device_lpcip3511.c | 2509 … (USB_DeviceLpc3511IpEndpointDeinit(lpc3511IpState, (uint8_t)(tmp32Value | (USB_OUT << 0x07U))))) in USB_DeviceLpc3511IpControl() 2515 …void)USB_DeviceLpc3511IpEndpointDeinit(lpc3511IpState, (uint8_t)(tmp32Value | (USB_OUT << 0x07U))); in USB_DeviceLpc3511IpControl()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/ |
| D | usb_device_msc_ufi.c | 247 … status = USB_DeviceMscLbaTransfer(mscHandle, USB_OUT, &mscCheckEvent->lbaInformation); in USB_DeviceMscUfiThirteenCasesCheck() 272 … status = USB_DeviceMscLbaTransfer(mscHandle, USB_OUT, &mscCheckEvent->lbaInformation); in USB_DeviceMscUfiThirteenCasesCheck() 302 … status = USB_DeviceMscLbaTransfer(mscHandle, USB_OUT, &mscCheckEvent->lbaInformation); in USB_DeviceMscUfiThirteenCasesCheck() 515 ufi->thirteenCase.deviceExpectedDirection = USB_OUT; in USB_DeviceMscUfiWriteCommand() 684 ufi->thirteenCase.deviceExpectedDirection = USB_OUT; in USB_DeviceMscUfiModeSelectCommand()
|
| D | usb_device_cdc_acm.c | 306 …else if ((USB_OUT == ((epInitStruct.endpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MA… in USB_DeviceCdcAcmEndpointsInit()
|
| D | usb_device_ccid.c | 632 … (USB_OUT == ((epInitStruct.endpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MASK) >> in USB_DeviceCcidEndpointsInit()
|
| D | usb_device_video.c | 328 … (USB_OUT == ((epInitStruct.endpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MASK) >> in USB_DeviceVideoStreamEndpointsInit()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/ |
| D | usb_host_msd.c | 637 transfer->direction = USB_OUT; in USB_HostMsdProcessCommand() 660 if (transfer->direction == USB_OUT) in USB_HostMsdProcessCommand() 775 msdInstance->msdCommand.dataDirection = USB_OUT; in USB_HostMsdCommand() 852 pipeInit.direction = USB_OUT; in USB_HostMsdOpenInterface()
|
| D | usb_host_printer.c | 311 pipeInit.direction = USB_OUT; in USB_HostPrinterOpenInterface()
|
| D | usb_host_hid.c | 310 pipeInit.direction = USB_OUT; in USB_HostHidOpenInterface()
|
| D | usb_host_phdc.c | 551 pipeInit.direction = USB_OUT; in USB_HostPhdcOpenInterface()
|
| D | usb_host_cdc.c | 303 pipeInit.direction = USB_OUT; in USB_HostCdcOpenDataInterface()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/usb_cdc_adapter/ |
| D | usb_device_descriptor.c | 39 USB_CDC_VCOM_BULK_OUT_ENDPOINT | (USB_OUT << 7U), 201 …OR_LENGTH_ENDPOINT, USB_DESCRIPTOR_TYPE_ENDPOINT, USB_CDC_VCOM_BULK_OUT_ENDPOINT | (USB_OUT << 7U),
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/ |
| D | usb_host_ehci.c | 1389 if (ehciPipePointer->pipeCommon.direction == USB_OUT) in USB_HostBandwidthHsHostAllocateIso() 1391 …rtSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, USB_OUT, in USB_HostBandwidthHsHostAllocateIso() 1414 if (ehciPipePointer->pipeCommon.direction == USB_OUT) /* ISO OUT */ in USB_HostBandwidthHsHostAllocateIso() 1433 if (ehciPipePointer->pipeCommon.direction == USB_OUT) /* ISO OUT */ in USB_HostBandwidthHsHostAllocateIso() 1538 if (ehciPipePointer->pipeCommon.direction == USB_OUT) in USB_HostBandwidthHsHostAllocateIso() 1634 if (ehciPipePointer->pipeCommon.direction == USB_OUT) in USB_HostBandwidthHsHostAllocateInterrupt() 1636 …tartSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_OUT, in USB_HostBandwidthHsHostAllocateInterrupt() 1639 … (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_OUT, 1U); in USB_HostBandwidthHsHostAllocateInterrupt() 1641 … (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_OUT, 0U); in USB_HostBandwidthHsHostAllocateInterrupt() 2068 if (transfer->direction == USB_OUT) in USB_HostEhciQhQtdListInit() [all …]
|
| D | usb_host_hci.c | 388 transfer->direction = USB_OUT; in USB_HostSend() 430 transfer->direction = USB_OUT; in USB_HostSendSetup()
|
| D | usb_host_ip3516hs.c | 1062 if (USB_OUT == pipe->pipeCommon.direction) in USB_HostIp3516HsFillSlotBusTime() 1101 if (USB_OUT == pipe->pipeCommon.direction) in USB_HostIp3516HsFillSlotBusTime() 1164 if (USB_OUT == p->pipeCommon.direction) in USB_HostIp3516HsFindStartFrame() 2053 if (USB_OUT == tr->direction) in USB_HostIp3516HsWriteControlPipe() 2109 if (USB_OUT == tr->direction) in USB_HostIp3516HsWriteControlPipe() 2181 if ((USB_OUT == tr->direction) && (transferLength > 0U)) in USB_HostIp3516HsWriteBulkPipe() 2282 if (USB_OUT == currentTr->direction) in USB_HostIp3516HsWriteIsoPipe() 2460 if (USB_OUT == tr->direction) in USB_HostIp3516HsWriteInterruptPipe()
|
| D | usb_host_ohci.c | 1069 if (currentTr->direction == USB_OUT) in USB_HostOhciTdDoneHandle() 1621 …dirPid = (tr->direction == USB_OUT) ? USB_HOST_OHCI_GTD_DP_OUT : USB_HOST_OHCI_GTD_DP… in USB_HostOhciLinkGtdControlTr() 1641 … statePid = (tr->direction == USB_OUT) ? USB_HOST_OHCI_GTD_DP_IN : USB_HOST_OHCI_GTD_DP_OUT; in USB_HostOhciLinkGtdControlTr() 1746 …dirPid = (tr->direction == USB_OUT) ? USB_HOST_OHCI_GTD_DP_OUT : USB_HOST_OHCI_GTD_DP… in USB_HostOhciLinkGtdTr() 2352 pipe->ed->stateUnion.stateBitField.D = (USB_OUT == pipeInit->direction) ? 1U : 2U; in USB_HostOhciOpenPipe()
|
| D | usb_host_khci.c | 773 else if (pipeDescPointer->direction == USB_OUT) in _USB_HostKhciTransactionDone()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/include/ |
| D | usb_spec.h | 39 #define USB_OUT (0U) macro
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/ |
| D | usb_device_ch9.c | 1253 …epInitStruct.endpointAddress = USB_CONTROL_ENDPOINT | (USB_OUT << USB_DESCRIPTOR_ENDPOINT_ADDRESS_… in USB_DeviceControlPipeInit()
|