Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Uart/include/
DLinflexd_Uart_Ip_HwAccess.h690 static inline uint16 Linflexd_Uart_Ip_GetRxDataBuffer2Bytes(const LINFLEXD_Type * Base) in Linflexd_Uart_Ip_GetRxDataBuffer2Bytes() function
/hal_nxp-latest/s32/drivers/s32ze/Uart/src/
DLinflexd_Uart_Ip.c806 *(UartState->RxBuff) = (uint8)(Linflexd_Uart_Ip_GetRxDataBuffer2Bytes(Base)); in Linflexd_Uart_Ip_GetData()
812 *((uint16*)(UartState->RxBuff)) = Linflexd_Uart_Ip_GetRxDataBuffer2Bytes(Base); in Linflexd_Uart_Ip_GetData()