Searched refs:ReadLen (Results 1 – 1 of 1) sorted by relevance
427 uint32_t ReadLen; in Uart_RxBufferCB() local448 uint32_t ReadLen; in Uart_RxBufferRead() local456 ReadLen = prvUart[UartID].RxBuf.Pos; in Uart_RxBufferRead()458 return ReadLen; in Uart_RxBufferRead()460 ReadLen = (prvUart[UartID].RxBuf.Pos < Len)?prvUart[UartID].RxBuf.Pos:Len; in Uart_RxBufferRead()461 memcpy(Data, prvUart[UartID].RxBuf.Data, ReadLen); in Uart_RxBufferRead()462 OS_BufferRemove(&prvUart[UartID].RxBuf, ReadLen); in Uart_RxBufferRead()468 return ReadLen; in Uart_RxBufferRead()476 uint32_t ReadLen; in Uart_RxBufferClear() local
Completed in 3 milliseconds