Lines Matching refs:epInit
516 usb_device_endpoint_init_struct_t *epInit) in USB_DeviceLpc3511IpEndpointInit() argument
518 uint8_t endpointIndex = USB_LPC3511IP_ENDPOINT_DES_INDEX(epInit->endpointAddress); in USB_DeviceLpc3511IpEndpointInit()
522 …(uint16_t)((((epInit->maxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_MULT_TRANSACTIONS_MASK… in USB_DeviceLpc3511IpEndpointInit()
525 (epInit->maxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_MASK)); in USB_DeviceLpc3511IpEndpointInit()
537 epState->stateUnion.stateBitField.zlt = epInit->zlt; in USB_DeviceLpc3511IpEndpointInit()
538 epState->stateUnion.stateBitField.endpointType = epInit->transferType; in USB_DeviceLpc3511IpEndpointInit()
541 if (USB_ENDPOINT_ISOCHRONOUS == epInit->transferType) in USB_DeviceLpc3511IpEndpointInit()
553 (0U != lpc3511IpState->controllerSpeed) && (USB_ENDPOINT_INTERRUPT == epInit->transferType)) 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()
603 if ((USB_ENDPOINT_BULK == epInit->transferType) && ((endpointIndex & 0x01U) == 0x00U)) in USB_DeviceLpc3511IpEndpointInit()