Lines Matching refs:stalled
729 epState->stateUnion.stateBitField.stalled = 1U; in USB_DeviceLpc3511IpEndpointStall()
731 epState->stateUnion.stateBitField.stalled = 1U; in USB_DeviceLpc3511IpEndpointStall()
755 epState->stateUnion.stateBitField.stalled = 1U; in USB_DeviceLpc3511IpEndpointStall()
827 epState->stateUnion.stateBitField.stalled = 0U; in USB_DeviceLpc3511IpEndpointUnstall()
2003 … (epState->stateUnion.stateBitField.stalled << USB_LPC3511IP_ENDPOINT_STALL_SHIFT), in USB_DeviceLpc3511IpTransaction()
2009 (epState->stateUnion.stateBitField.stalled << USB_LPC3511IP_ENDPOINT_STALL_SHIFT), in USB_DeviceLpc3511IpTransaction()
2025 if (0U != epState->stateUnion.stateBitField.stalled) in USB_DeviceLpc3511IpTransaction()
2406 … endpointStatus->endpointStatus = (uint16_t)((epState->stateUnion.stateBitField.stalled == 1U) ? in USB_DeviceLpc3511IpControl()
2413 … (uint16_t)((epState->stateUnion.stateBitField.stalled == 1U) ? kUSB_DeviceEndpointStateStalled : in USB_DeviceLpc3511IpControl()
2825 if ((lpc3511IpState->endpointState[0].stateUnion.stateBitField.stalled == 1U) || in USB_DeviceLpcIp3511IsrFunction()
2826 (lpc3511IpState->endpointState[1].stateUnion.stateBitField.stalled == 1U)) in USB_DeviceLpcIp3511IsrFunction()
2834 lpc3511IpState->endpointState[0].stateUnion.stateBitField.stalled = 0U; in USB_DeviceLpcIp3511IsrFunction()
2835 lpc3511IpState->endpointState[1].stateUnion.stateBitField.stalled = 0U; in USB_DeviceLpcIp3511IsrFunction()