Searched defs:pipeType (Results 1 – 9 of 9) sorted by relevance
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/ |
D | usb_host.h | 235 uint8_t pipeType; /*!< Pipe type, for example USB_ENDPOINT_BULK*/ member 279 …uint8_t pipeType; /*!< Endpoint type, the value is USB_ENDPOINT_INTERRUPT, USB_ENDPOINT_CON… member
|
D | usb_host_ip3516hs.c | 618 static uint32_t USB_HostIp3516HsBusTime(uint8_t speed, uint8_t pipeType, uint8_t direction, uint32_… in USB_HostIp3516HsBusTime() 2547 uint8_t pipeType, in USB_HostIp3516HsGetPipe()
|
D | usb_host_ohci.c | 200 static uint32_t USB_HostOhciBusTime(uint8_t speed, uint8_t pipeType, uint8_t direction, uint32_t da… in USB_HostOhciBusTime()
|
D | usb_host_ehci.c | 997 static uint32_t USB_HostBandwidthComputeTime(uint8_t speed, uint8_t pipeType, uint8_t direction, ui… in USB_HostBandwidthComputeTime()
|
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/ |
D | usb_host_printer.c | 608 uint16_t USB_HostPrinterGetPacketsize(usb_host_class_handle classHandle, uint8_t pipeType, uint8_t … in USB_HostPrinterGetPacketsize()
|
D | usb_host_phdc.c | 1258 uint8_t pipeType, in USB_HostPhdcGetEndpointInformation()
|
D | usb_host_hid.c | 552 uint16_t USB_HostHidGetPacketsize(usb_host_class_handle classHandle, uint8_t pipeType, uint8_t dire… in USB_HostHidGetPacketsize()
|
D | usb_host_cdc.c | 994 uint16_t USB_HostCdcGetPacketsize(usb_host_class_handle classHandle, uint8_t pipeType, uint8_t dire… in USB_HostCdcGetPacketsize()
|
D | usb_host_audio.c | 814 uint16_t USB_HostAudioPacketSize(usb_host_class_handle classHandle, uint8_t pipeType, uint8_t direc… in USB_HostAudioPacketSize()
|