Searched refs:stalled (Results 1 – 4 of 4) sorted by relevance
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()[all …]
309 khciState->endpointState[index].stateUnion.stateBitField.stalled = 0U; in USB_DeviceKhciEndpointInit()443 khciState->endpointState[0].stateUnion.stateBitField.stalled = 1U; in USB_DeviceKhciEndpointStall()444 khciState->endpointState[1].stateUnion.stateBitField.stalled = 1U; in USB_DeviceKhciEndpointStall()477 khciState->endpointState[index].stateUnion.stateBitField.stalled = 1U; in USB_DeviceKhciEndpointStall()554 khciState->endpointState[index].stateUnion.stateBitField.stalled = 0U; in USB_DeviceKhciEndpointUnstall()1138 …hciState->endpointState[(USB_CONTROL_ENDPOINT << 1U) | USB_IN].stateUnion.stateBitField.stalled) || in USB_DeviceKhciInterruptStall()1139 …khciState->endpointState[(USB_CONTROL_ENDPOINT << 1U) | USB_OUT].stateUnion.stateBitField.stalled)) in USB_DeviceKhciInterruptStall()1605 .stateUnion.stateBitField.stalled == 1U) ? in USB_DeviceKhciControl()
118 uint32_t stalled : 1U; /*!< The endpoint is stalled or not */ member
101 uint32_t stalled : 1U; /*!< The endpoint is stalled or not */ member