Searched refs:remainLength (Results 1 – 2 of 2) sorted by relevance
905 uint32_t remainLength =907 for (uint32_t i = 0; i < MIN(ringBufferLength, remainLength); i++)918 ringBufferLength = ringBufferLength - MIN(ringBufferLength, remainLength);
1122 uint32_t remainLength; in USB_DeviceLpc3511IpInterruptToken() local1296 remainLength = epState->transferLength - epState->transferDone; in USB_DeviceLpc3511IpInterruptToken()1303 …> 0U) && (0U == (length % epState->stateUnion.stateBitField.maxPacketSize)) && (remainLength > 0U)) in USB_DeviceLpc3511IpInterruptToken()