Searched refs:RxBuff (Results 1 – 3 of 3) sorted by relevance
217 uint8 * RxBuff,226 uint8 * RxBuff,523 uint8 * RxBuff, in Linflexd_Uart_Ip_SetRxBuffer() argument527 LINFLEXD_UART_IP_DEV_ASSERT(RxBuff != NULL_PTR); in Linflexd_Uart_Ip_SetRxBuffer()536 UartState->RxBuff = RxBuff; in Linflexd_Uart_Ip_SetRxBuffer()827 *(UartState->RxBuff) = Linflexd_Uart_Ip_GetRxDataBuffer1Byte(Base); in Linflexd_Uart_Ip_GetData()829 ++UartState->RxBuff; in Linflexd_Uart_Ip_GetData()837 *(UartState->RxBuff) = (uint8)(Linflexd_Uart_Ip_GetRxDataBuffer2Bytes(Base)); in Linflexd_Uart_Ip_GetData()838 ++UartState->RxBuff; in Linflexd_Uart_Ip_GetData()843 *((uint16*)(UartState->RxBuff)) = Linflexd_Uart_Ip_GetRxDataBuffer2Bytes(Base); in Linflexd_Uart_Ip_GetData()[all …]
184 uint8 * RxBuff,246 uint8 * RxBuff,265 uint8 * RxBuff,
161 … uint8 * RxBuff; /**< @brief The buffer of received data.*/ member