Home
last modified time | relevance | path

Searched refs:transferType (Results 1 – 23 of 23) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/edma_rev2/
Dfsl_edma_rev2.c63 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()
Dfsl_edma_rev2.h325 uint32_t transferType);
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_cdc_acm.c245 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()
Dusb_device_video.c318 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()
Dusb_device_phdc.c269 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()
Dusb_device_audio.c336 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()
Dusb_device_ccid.c621 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()
Dusb_device_printer.c207 epInitStruct.transferType = interface->endpointList.endpoint[index].transferType; in USB_DevicePrinterEndpointsInit()
Dusb_device_hid.c240 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceHidEndpointsInit()
Dusb_device_class.h59 uint8_t transferType; /*!< Endpoint transfer type*/ member
Dusb_device_msc.c825 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceMscEndpointsInit()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_ehci.c254 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()
Dusb_device_mcux_drv_port.h75 uint8_t transferType; /*!< Endpoint transfer type*/ member
Dusb_device_khci.c286 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()
Dusb_device.h196 uint8_t transferType; /*!< Endpoint transfer type*/ member
Dusb_device_lpcip3511.c538 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/
Dfsl_edma.h905 edma_transfer_type_t transferType);
Dfsl_edma.c1059 edma_transfer_type_t transferType) in EDMA_PrepareTransfer() argument
1065 switch (transferType) in EDMA_PrepareTransfer()
/hal_nxp-latest/mcux/mcux-sdk/drivers/dma3/
Dfsl_ad_edma.h926 edma_transfer_type_t transferType);
Dfsl_edma.h927 edma_transfer_type_t transferType);
Dfsl_ad_edma.c1035 edma_transfer_type_t transferType) in EDMA_AD_PrepareTransfer() argument
1041 switch (transferType) in EDMA_AD_PrepareTransfer()
Dfsl_edma.c1063 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/
Dusb_device_ch9.c1242 epInitStruct.transferType = USB_ENDPOINT_CONTROL; in USB_DeviceControlPipeInit()