Home
last modified time | relevance | path

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

/bsp/airm2m/air105/libraries/HAL_Driver/Src/
A Dcore_uart.c427 uint32_t ReadLen; in Uart_RxBufferCB() local
448 uint32_t ReadLen; in Uart_RxBufferRead() local
456 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