| /hal_nxp-latest/mcux/mcux-sdk/drivers/edma_rev2/ |
| D | fsl_edma_rev2.c | 63 static bool EDMA_TransferTypeIsValid(uint32_t transferType) in EDMA_TransferTypeIsValid() argument 65 switch (transferType) { in EDMA_TransferTypeIsValid() 176 uint32_t transferType) in EDMA_ConfigureTransfer() argument 217 if (!EDMA_TransferTypeIsValid(transferType)) { in EDMA_ConfigureTransfer() 231 switch (transferType) { in EDMA_ConfigureTransfer()
|
| D | fsl_edma_rev2.h | 325 uint32_t transferType);
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/ |
| D | usb_device_cdc_acm.c | 245 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceCdcAcmEndpointsInit() 249 (USB_ENDPOINT_INTERRUPT == epInitStruct.transferType)) in USB_DeviceCdcAcmEndpointsInit() 293 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceCdcAcmEndpointsInit() 297 (USB_ENDPOINT_BULK == epInitStruct.transferType)) in USB_DeviceCdcAcmEndpointsInit() 308 (USB_ENDPOINT_BULK == epInitStruct.transferType)) in USB_DeviceCdcAcmEndpointsInit()
|
| D | usb_device_video.c | 318 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceVideoStreamEndpointsInit() 320 …if ((USB_ENDPOINT_ISOCHRONOUS == (epInitStruct.transferType & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TY… in USB_DeviceVideoStreamEndpointsInit() 327 (epInitStruct.transferType & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK)) && in USB_DeviceVideoStreamEndpointsInit() 440 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceVideoControlEndpointsInit() 442 …if ((USB_ENDPOINT_INTERRUPT == (epInitStruct.transferType & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE… in USB_DeviceVideoControlEndpointsInit()
|
| D | usb_device_phdc.c | 269 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DevicePhdcEndpointsInit() 270 if (USB_ENDPOINT_INTERRUPT == epInitStruct.transferType) in USB_DevicePhdcEndpointsInit() 420 phdcHandle->interfaceHandle->endpointList.endpoint[count].transferType) in USB_DevicePhdcEvent() 450 phdcHandle->interfaceHandle->endpointList.endpoint[count].transferType) in USB_DevicePhdcEvent()
|
| D | usb_device_audio.c | 336 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceAudioStreamEndpointsInit() 338 …if ((USB_ENDPOINT_ISOCHRONOUS == (epInitStruct.transferType & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TY… in USB_DeviceAudioStreamEndpointsInit() 489 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceAudioControlEndpointsInit() 491 …if ((USB_ENDPOINT_INTERRUPT == (epInitStruct.transferType & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE… in USB_DeviceAudioControlEndpointsInit()
|
| D | usb_device_ccid.c | 621 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceCcidEndpointsInit() 623 …if ((USB_ENDPOINT_BULK == (epInitStruct.transferType & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK… in USB_DeviceCcidEndpointsInit() 631 …else if ((USB_ENDPOINT_BULK == (epInitStruct.transferType & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE… in USB_DeviceCcidEndpointsInit()
|
| D | usb_device_printer.c | 207 epInitStruct.transferType = interface->endpointList.endpoint[index].transferType; in USB_DevicePrinterEndpointsInit()
|
| D | usb_device_hid.c | 240 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceHidEndpointsInit()
|
| D | usb_device_class.h | 59 uint8_t transferType; /*!< Endpoint transfer type*/ member
|
| D | usb_device_msc.c | 825 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceMscEndpointsInit()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/ |
| D | usb_device_ehci.c | 254 uint8_t transferType = epInit->transferType & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK; in USB_DeviceEhciEndpointInit() local 272 if (USB_ENDPOINT_ISOCHRONOUS == transferType) in USB_DeviceEhciEndpointInit() 309 … (USBHS_EPCR_TXE_MASK | USBHS_EPCR_TXR_MASK | ((uint32_t)transferType << USBHS_EPCR_TXT_SHIFT)) : in USB_DeviceEhciEndpointInit() 310 … (USBHS_EPCR_RXE_MASK | USBHS_EPCR_RXR_MASK | ((uint32_t)transferType << USBHS_EPCR_RXT_SHIFT))); in USB_DeviceEhciEndpointInit() 317 … (USBHS_EPCR_TXE_MASK | USBHS_EPCR_TXR_MASK | ((uint32_t)transferType << USBHS_EPCR_TXT_SHIFT)) : in USB_DeviceEhciEndpointInit() 318 … (USBHS_EPCR_RXE_MASK | USBHS_EPCR_RXR_MASK | ((uint32_t)transferType << USBHS_EPCR_RXT_SHIFT))); in USB_DeviceEhciEndpointInit()
|
| D | usb_device_mcux_drv_port.h | 75 uint8_t transferType; /*!< Endpoint transfer type*/ member
|
| D | usb_device_khci.c | 286 if (USB_ENDPOINT_ISOCHRONOUS == epInit->transferType) in USB_DeviceKhciEndpointInit() 317 …if ((USB_ENDPOINT_BULK == epInit->transferType) || (USB_ENDPOINT_INTERRUPT == epInit->transferType… in USB_DeviceKhciEndpointInit() 354 else if ((USB_ENDPOINT_CONTROL == epInit->transferType)) in USB_DeviceKhciEndpointInit()
|
| D | usb_device.h | 196 uint8_t transferType; /*!< Endpoint transfer type*/ member
|
| D | usb_device_lpcip3511.c | 538 epState->stateUnion.stateBitField.endpointType = epInit->transferType; in USB_DeviceLpc3511IpEndpointInit() 541 if (USB_ENDPOINT_ISOCHRONOUS == epInit->transferType) in USB_DeviceLpc3511IpEndpointInit() 553 (0U != lpc3511IpState->controllerSpeed) && (USB_ENDPOINT_INTERRUPT == epInit->transferType)) in USB_DeviceLpc3511IpEndpointInit() 603 if ((USB_ENDPOINT_BULK == epInit->transferType) && ((endpointIndex & 0x01U) == 0x00U)) in USB_DeviceLpc3511IpEndpointInit()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/edma/ |
| D | fsl_edma.h | 905 edma_transfer_type_t transferType);
|
| D | fsl_edma.c | 1059 edma_transfer_type_t transferType) in EDMA_PrepareTransfer() argument 1065 switch (transferType) in EDMA_PrepareTransfer()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/dma3/ |
| D | fsl_ad_edma.h | 926 edma_transfer_type_t transferType);
|
| D | fsl_edma.h | 927 edma_transfer_type_t transferType);
|
| D | fsl_ad_edma.c | 1035 edma_transfer_type_t transferType) in EDMA_AD_PrepareTransfer() argument 1041 switch (transferType) in EDMA_AD_PrepareTransfer()
|
| D | fsl_edma.c | 1063 edma_transfer_type_t transferType) in EDMA_PrepareTransfer() argument 1069 switch (transferType) in EDMA_PrepareTransfer()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/ |
| D | usb_device_ch9.c | 1242 epInitStruct.transferType = USB_ENDPOINT_CONTROL; in USB_DeviceControlPipeInit()
|