Searched refs:USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK (Results 1 – 14 of 14) sorted by relevance
273 …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()
251 …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()
629 …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()
464 USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK), in USB_DevicePrinterEvent()499 USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK), in USB_DevicePrinterEvent()
441 USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK), in USB_DeviceHidEvent()476 USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK), in USB_DeviceHidEvent()
500 …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()
279 …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()
286 …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()
285 …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()
144 …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()
829 …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()
268 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK… in USB_HostHubSetInterface()
303 …pe_init.endpointAddress = (ep_desc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK… in _USB_HostAudioInitEndpoint()
144 #define USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK (0x0FU) macro