Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32ze/Uart/src/
DLinflexd_Uart_Ip.c217 uint8 * RxBuff,
226 uint8 * RxBuff,
523 uint8 * RxBuff, in Linflexd_Uart_Ip_SetRxBuffer() argument
527 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 …]
/hal_nxp-3.5.0/s32/drivers/s32ze/Uart/include/
DLinflexd_Uart_Ip.h184 uint8 * RxBuff,
246 uint8 * RxBuff,
265 uint8 * RxBuff,
DLinflexd_Uart_Ip_Types.h161 … uint8 * RxBuff; /**< @brief The buffer of received data.*/ member