Home
last modified time | relevance | path

Searched refs:USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK (Results 1 – 14 of 14) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_phdc.c273 …ndle->interruptIn.ep = (epInitStruct.endpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_DevicePhdcEndpointsInit()
282 …hdcHandle->bulkIn.ep = (epInitStruct.endpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_DevicePhdcEndpointsInit()
290 …dcHandle->bulkOut.ep = (epInitStruct.endpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_DevicePhdcEndpointsInit()
Dusb_device_cdc_acm.c251 …ndle->interruptIn.ep = (epInitStruct.endpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_DeviceCdcAcmEndpointsInit()
299 …andle->bulkIn.ep = (epInitStruct.endpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_DeviceCdcAcmEndpointsInit()
310 …ndle->bulkOut.ep = (epInitStruct.endpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_DeviceCdcAcmEndpointsInit()
Dusb_device_ccid.c629 …andle->endpointBulkIn = epInitStruct.endpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK; in USB_DeviceCcidEndpointsInit()
636 …ndle->endpointBulkOut = epInitStruct.endpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK; in USB_DeviceCcidEndpointsInit()
642 epInitStruct.endpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK; in USB_DeviceCcidEndpointsInit()
Dusb_device_printer.c464 USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK), in USB_DevicePrinterEvent()
499 USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK), in USB_DevicePrinterEvent()
Dusb_device_hid.c441 USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK), in USB_DeviceHidEvent()
476 USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK), in USB_DeviceHidEvent()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_phdc.c500 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostPhdcOpenInterface()
526 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostPhdcOpenInterface()
552 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostPhdcOpenInterface()
Dusb_host_cdc.c279 …ipeInit.endpointAddress = (ep_desc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostCdcOpenDataInterface()
304 …ipeInit.endpointAddress = (ep_desc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostCdcOpenDataInterface()
409 …ipeInit.endpointAddress = (ep_desc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostCdcOpenControlInterface()
Dusb_host_printer.c286 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostPrinterOpenInterface()
312 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostPrinterOpenInterface()
Dusb_host_hid.c285 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostHidOpenInterface()
311 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostHidOpenInterface()
Dusb_host_video.c144 …pe_init.endpointAddress = (ep_desc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostVideoControlOpenInterface()
213 …pe_init.endpointAddress = (ep_desc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostVideoStreamOpenInterface()
Dusb_host_msd.c829 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostMsdOpenInterface()
853 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostMsdOpenInterface()
Dusb_host_hub.c268 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in USB_HostHubSetInterface()
Dusb_host_audio.c303 …pe_init.endpointAddress = (ep_desc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK in _USB_HostAudioInitEndpoint()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/include/
Dusb_spec.h144 #define USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK (0x0FU) macro