Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_lpcip3511.c171 uint8_t endpointIndex);
344 usb_device_lpc3511ip_state_struct_t *lpc3511IpState, uint8_t endpointIndex) in USB_DeviceLpc3511IpGetEndpointStateStruct() argument
346 if (endpointIndex <= ((uint32_t)USB_DEVICE_IP3511_ENDPOINTS_NUM * 2U)) in USB_DeviceLpc3511IpGetEndpointStateStruct()
348 return &(lpc3511IpState->endpointState[endpointIndex]); in USB_DeviceLpc3511IpGetEndpointStateStruct()
370 uint8_t endpointIndex, in USB_DeviceLpc3511IpEndpointPrime() argument
386 …if (((endpointIndex >> 1U) == USB_ENDPOINT_CONTROL) && ((endpointIndex & 0x01U) == 0x00U) && (0U =… in USB_DeviceLpc3511IpEndpointPrime()
395 if ((endpointIndex >> 1U) != USB_ENDPOINT_CONTROL) in USB_DeviceLpc3511IpEndpointPrime()
415 lpc3511IpState, endpointIndex, odd, in USB_DeviceLpc3511IpEndpointPrime()
518 uint8_t endpointIndex = USB_LPC3511IP_ENDPOINT_DES_INDEX(epInit->endpointAddress); in USB_DeviceLpc3511IpEndpointInit() local
520 USB_DeviceLpc3511IpGetEndpointStateStruct(lpc3511IpState, endpointIndex); in USB_DeviceLpc3511IpEndpointInit()
[all …]