Lines Matching refs:endpointAddress
518 uint8_t endpointIndex = USB_LPC3511IP_ENDPOINT_DES_INDEX(epInit->endpointAddress); in USB_DeviceLpc3511IpEndpointInit()
569 if ((epInit->endpointAddress & USB_ENDPOINT_NUMBER_MASK) == USB_CONTROL_ENDPOINT) in USB_DeviceLpc3511IpEndpointInit()
571 if (0U == (epInit->endpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MASK)) in USB_DeviceLpc3511IpEndpointInit()
2084 uint8_t endpointAddress, in USB_DeviceLpc3511IpSend() argument
2089 …_t endpointIndex = USB_LPC3511IP_ENDPOINT_DES_INDEX(endpointAddress); in USB_DeviceLpc3511IpSend()
2110 if ((0U == length) && (USB_CONTROL_ENDPOINT == (endpointAddress & USB_ENDPOINT_NUMBER_MASK))) in USB_DeviceLpc3511IpSend()
2118 uint8_t endpointAddress, in USB_DeviceLpc3511IpRecv() argument
2122 return USB_DeviceLpc3511IpSend(controllerHandle, endpointAddress, buffer, length); in USB_DeviceLpc3511IpRecv()
2394 if ((((endpointStatus->endpointAddress) & USB_ENDPOINT_NUMBER_MASK)) < in USB_DeviceLpc3511IpControl()
2398 … lpc3511IpState, USB_LPC3511IP_ENDPOINT_DES_INDEX(endpointStatus->endpointAddress)); in USB_DeviceLpc3511IpControl()
2444 if ((((endpointStatus->endpointAddress) & USB_ENDPOINT_NUMBER_MASK)) < in USB_DeviceLpc3511IpControl()
2448 … lpc3511IpState, USB_LPC3511IP_ENDPOINT_DES_INDEX(endpointStatus->endpointAddress)); in USB_DeviceLpc3511IpControl()