Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_lpcip3511.c538 epState->stateUnion.stateBitField.endpointType = epInit->transferType; in USB_DeviceLpc3511IpEndpointInit()
667 if ((USB_ENDPOINT_BULK == epState->stateUnion.stateBitField.endpointType) && in USB_DeviceLpc3511IpEndpointDeinit()
779 (USB_ENDPOINT_INTERRUPT == epState->stateUnion.stateBitField.endpointType)) in USB_DeviceLpc3511IpEndpointStall()
849 (USB_ENDPOINT_INTERRUPT == epState->stateUnion.stateBitField.endpointType)) in USB_DeviceLpc3511IpEndpointUnstall()
1030 …if ((USB_ENDPOINT_BULK == epState->stateUnion.stateBitField.endpointType) && ((endpointIndex & 0x0… in USB_DeviceLpc3511IpDoPreviousTransactionMemcpy()
1146 (USB_ENDPOINT_INTERRUPT == epState->stateUnion.stateBitField.endpointType) && in USB_DeviceLpc3511IpInterruptToken()
1161 … lpc3511IpState->endpointState[index / 2U].stateUnion.stateBitField.endpointType)) in USB_DeviceLpc3511IpInterruptToken()
1809 …if ((USB_ENDPOINT_BULK == epState->stateUnion.stateBitField.endpointType) && ((endpointIndex & 0x0… in USB_DeviceLpc3511IpGetActualBufferAndPrime()
1891 if ((USB_ENDPOINT_BULK == epState->stateUnion.stateBitField.endpointType) && in USB_DeviceLpc3511IpGetActualBufferAndPrime()
1989 (USB_ENDPOINT_INTERRUPT == epState->stateUnion.stateBitField.endpointType) && in USB_DeviceLpc3511IpTransaction()
[all …]
Dusb_device_lpcip3511.h127 uint32_t endpointType : 2U; member