Home
last modified time | relevance | path

Searched refs:endpointList (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_cdc_acm.c238 for (count = 0U; count < interface->endpointList.count; count++) in USB_DeviceCdcAcmEndpointsInit()
242 epInitStruct.interval = interface->endpointList.endpoint[count].interval; in USB_DeviceCdcAcmEndpointsInit()
243 epInitStruct.endpointAddress = interface->endpointList.endpoint[count].endpointAddress; in USB_DeviceCdcAcmEndpointsInit()
244 epInitStruct.maxPacketSize = interface->endpointList.endpoint[count].maxPacketSize; in USB_DeviceCdcAcmEndpointsInit()
245 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceCdcAcmEndpointsInit()
286 for (count = 0U; count < interface->endpointList.count; count++) in USB_DeviceCdcAcmEndpointsInit()
290 epInitStruct.interval = interface->endpointList.endpoint[count].interval; in USB_DeviceCdcAcmEndpointsInit()
291 epInitStruct.endpointAddress = interface->endpointList.endpoint[count].endpointAddress; in USB_DeviceCdcAcmEndpointsInit()
292 epInitStruct.maxPacketSize = interface->endpointList.endpoint[count].maxPacketSize; in USB_DeviceCdcAcmEndpointsInit()
293 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceCdcAcmEndpointsInit()
[all …]
Dusb_device_audio.c328 for (count = 0U; count < interface->endpointList.count; count++) in USB_DeviceAudioStreamEndpointsInit()
333 epInitStruct.interval = interface->endpointList.endpoint[count].interval; in USB_DeviceAudioStreamEndpointsInit()
334 epInitStruct.endpointAddress = interface->endpointList.endpoint[count].endpointAddress; in USB_DeviceAudioStreamEndpointsInit()
335 epInitStruct.maxPacketSize = interface->endpointList.endpoint[count].maxPacketSize; in USB_DeviceAudioStreamEndpointsInit()
336 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceAudioStreamEndpointsInit()
376 for (count = 0U; count < audioHandle->streamInterfaceHandle->endpointList.count; count++) in USB_DeviceAudioStreamEndpointsDeinit()
379 …audioHandle->handle, audioHandle->streamInterfaceHandle->endpointList.endpoint[count].endpointAddr… in USB_DeviceAudioStreamEndpointsDeinit()
382 for (count = 0U; count < audioHandle->streamInterfaceHandle->endpointList.count; count++) in USB_DeviceAudioStreamEndpointsDeinit()
384 if ((audioHandle->streamInterfaceHandle->endpointList.endpoint[count].endpointAddress & in USB_DeviceAudioStreamEndpointsDeinit()
481 for (count = 0U; count < interface->endpointList.count; count++) in USB_DeviceAudioControlEndpointsInit()
[all …]
Dusb_device_video.c310 for (uint32_t count = 0U; count < interface->endpointList.count; count++) in USB_DeviceVideoStreamEndpointsInit()
315 epInitStruct.interval = interface->endpointList.endpoint[count].interval; in USB_DeviceVideoStreamEndpointsInit()
316 epInitStruct.endpointAddress = interface->endpointList.endpoint[count].endpointAddress; in USB_DeviceVideoStreamEndpointsInit()
317 epInitStruct.maxPacketSize = interface->endpointList.endpoint[count].maxPacketSize; in USB_DeviceVideoStreamEndpointsInit()
318 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceVideoStreamEndpointsInit()
363 … for (uint32_t count = 0U; count < videoHandle->streamInterfaceHandle->endpointList.count; count++) in USB_DeviceVideoStreamEndpointsDeinit()
366 …videoHandle->handle, videoHandle->streamInterfaceHandle->endpointList.endpoint[count].endpointAddr… in USB_DeviceVideoStreamEndpointsDeinit()
433 for (uint32_t count = 0U; count < interface->endpointList.count; count++) in USB_DeviceVideoControlEndpointsInit()
438 epInitStruct.endpointAddress = interface->endpointList.endpoint[count].endpointAddress; in USB_DeviceVideoControlEndpointsInit()
439 epInitStruct.maxPacketSize = interface->endpointList.endpoint[count].maxPacketSize; in USB_DeviceVideoControlEndpointsInit()
[all …]
Dusb_device_printer.c199 for (index = 0; index < interface->endpointList.count; ++index) in USB_DevicePrinterEndpointsInit()
204 epInitStruct.interval = interface->endpointList.endpoint[index].interval; in USB_DevicePrinterEndpointsInit()
205 epInitStruct.endpointAddress = interface->endpointList.endpoint[index].endpointAddress; in USB_DevicePrinterEndpointsInit()
206 epInitStruct.maxPacketSize = interface->endpointList.endpoint[index].maxPacketSize; in USB_DevicePrinterEndpointsInit()
207 epInitStruct.transferType = interface->endpointList.endpoint[index].transferType; in USB_DevicePrinterEndpointsInit()
254 for (index = 0; index < printerHandle->interfaceHandle->endpointList.count; ++index) in USB_DevicePrinterEndpointsDeinit()
257 … printerHandle->interfaceHandle->endpointList.endpoint[index].endpointAddress); in USB_DevicePrinterEndpointsDeinit()
419 for (temp16 = 0; temp16 < printerHandle->interfaceHandle->endpointList.count; ++temp16) in USB_DevicePrinterEvent()
421 … if (temp8 == printerHandle->interfaceHandle->endpointList.endpoint[temp16].endpointAddress) in USB_DevicePrinterEvent()
424 … if (USB_IN == ((printerHandle->interfaceHandle->endpointList.endpoint[temp16].endpointAddress & in USB_DevicePrinterEvent()
[all …]
Dusb_device_phdc.c261 for (uint32_t count = 0U; count < interface->endpointList.count; count++) in USB_DevicePhdcEndpointsInit()
266 epInitStruct.interval = interface->endpointList.endpoint[count].interval; in USB_DevicePhdcEndpointsInit()
267 epInitStruct.endpointAddress = interface->endpointList.endpoint[count].endpointAddress; in USB_DevicePhdcEndpointsInit()
268 epInitStruct.maxPacketSize = interface->endpointList.endpoint[count].maxPacketSize; in USB_DevicePhdcEndpointsInit()
269 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DevicePhdcEndpointsInit()
321 for (uint32_t count = 0; count < phdcHandle->interfaceHandle->endpointList.count; count++) in USB_DevicePhdcEndpointsDeinit()
324 … phdcHandle->interfaceHandle->endpointList.endpoint[count].endpointAddress); in USB_DevicePhdcEndpointsDeinit()
414 … for (uint32_t count = 0; count < phdcHandle->interfaceHandle->endpointList.count; count++) in USB_DevicePhdcEvent()
416 … if (*temp8 == phdcHandle->interfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DevicePhdcEvent()
420 phdcHandle->interfaceHandle->endpointList.endpoint[count].transferType) in USB_DevicePhdcEvent()
[all …]
Dusb_device_hid.c232 for (count = 0U; count < interface->endpointList.count; count++) in USB_DeviceHidEndpointsInit()
237 epInitStruct.interval = interface->endpointList.endpoint[count].interval; in USB_DeviceHidEndpointsInit()
238 epInitStruct.endpointAddress = interface->endpointList.endpoint[count].endpointAddress; in USB_DeviceHidEndpointsInit()
239 epInitStruct.maxPacketSize = interface->endpointList.endpoint[count].maxPacketSize; in USB_DeviceHidEndpointsInit()
240 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceHidEndpointsInit()
284 for (count = 0U; count < hidHandle->interfaceHandle->endpointList.count; count++) in USB_DeviceHidEndpointsDeinit()
287 … hidHandle->interfaceHandle->endpointList.endpoint[count].endpointAddress); in USB_DeviceHidEndpointsDeinit()
398 for (count = 0U; count < hidHandle->interfaceHandle->endpointList.count; count++) in USB_DeviceHidEvent()
400 … if (*temp8 == hidHandle->interfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DeviceHidEvent()
403 … if (USB_IN == ((hidHandle->interfaceHandle->endpointList.endpoint[count].endpointAddress & in USB_DeviceHidEvent()
[all …]
Dusb_device_ccid.c613 for (uint32_t count = 0U; count < interface->endpointList.count; count++) in USB_DeviceCcidEndpointsInit()
618 epInitStruct.interval = interface->endpointList.endpoint[count].interval; in USB_DeviceCcidEndpointsInit()
619 epInitStruct.endpointAddress = interface->endpointList.endpoint[count].endpointAddress; in USB_DeviceCcidEndpointsInit()
620 epInitStruct.maxPacketSize = interface->endpointList.endpoint[count].maxPacketSize; in USB_DeviceCcidEndpointsInit()
621 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceCcidEndpointsInit()
670 for (uint32_t count = 0U; count < ccidHandle->interfaceHandle->endpointList.count; count++) in USB_DeviceCcidEndpointsDeinit()
673 … ccidHandle->interfaceHandle->endpointList.endpoint[count].endpointAddress); in USB_DeviceCcidEndpointsDeinit()
856 … for (uint32_t count = 0U; count < ccidHandle->interfaceHandle->endpointList.count; count++) in USB_DeviceCcidEvent()
858 … if (*temp8 == ccidHandle->interfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DeviceCcidEvent()
872 … for (uint32_t count = 0U; count < ccidHandle->interfaceHandle->endpointList.count; count++) in USB_DeviceCcidEvent()
[all …]
Dusb_device_msc.c817 for (count = 0; count < interface->endpointList.count; count++) in USB_DeviceMscEndpointsInit()
822 epInitStruct.interval = interface->endpointList.endpoint[count].interval; in USB_DeviceMscEndpointsInit()
823 epInitStruct.endpointAddress = interface->endpointList.endpoint[count].endpointAddress; in USB_DeviceMscEndpointsInit()
824 epInitStruct.maxPacketSize = interface->endpointList.endpoint[count].maxPacketSize; in USB_DeviceMscEndpointsInit()
825 epInitStruct.transferType = interface->endpointList.endpoint[count].transferType; in USB_DeviceMscEndpointsInit()
878 for (count = 0; count < mscHandle->interfaceHandle->endpointList.count; count++) in USB_DeviceMscEndpointsDeinit()
881 … mscHandle->interfaceHandle->endpointList.endpoint[count].endpointAddress); in USB_DeviceMscEndpointsDeinit()
Dusb_device_class.h85 usb_device_endpoint_list_t endpointList; /*!< Endpoints of the interface*/ member