Searched refs:RxBuff (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/s32/drivers/s32ze/Uart/src/ |
| D | Linflexd_Uart_Ip.c | 214 …nflexd_Uart_Ip_StartReceiveUsingInterrupts(const uint8 Instance, uint8 * RxBuff, const uint32 RxSi… 219 …Type Linflexd_Uart_Ip_StartReceiveUsingDma(const uint8 Instance, uint8 * RxBuff, const uint32 RxSi… 516 void Linflexd_Uart_Ip_SetRxBuffer(const uint8 Instance, uint8 * RxBuff, const uint32 RxSize) in Linflexd_Uart_Ip_SetRxBuffer() argument 519 LINFLEXD_UART_IP_DEV_ASSERT(RxBuff != NULL_PTR); in Linflexd_Uart_Ip_SetRxBuffer() 528 UartState->RxBuff = RxBuff; in Linflexd_Uart_Ip_SetRxBuffer() 796 *(UartState->RxBuff) = Linflexd_Uart_Ip_GetRxDataBuffer1Byte(Base); in Linflexd_Uart_Ip_GetData() 798 ++UartState->RxBuff; in Linflexd_Uart_Ip_GetData() 806 *(UartState->RxBuff) = (uint8)(Linflexd_Uart_Ip_GetRxDataBuffer2Bytes(Base)); in Linflexd_Uart_Ip_GetData() 807 ++UartState->RxBuff; in Linflexd_Uart_Ip_GetData() 812 *((uint16*)(UartState->RxBuff)) = Linflexd_Uart_Ip_GetRxDataBuffer2Bytes(Base); in Linflexd_Uart_Ip_GetData() [all …]
|
| /hal_nxp-latest/s32/drivers/s32ze/Uart/include/ |
| D | Linflexd_Uart_Ip.h | 186 void Linflexd_Uart_Ip_SetRxBuffer(const uint8 Instance, uint8 * RxBuff, const uint32 RxSize); 243 Linflexd_Uart_Ip_StatusType Linflexd_Uart_Ip_SyncReceive(const uint8 Instance, uint8 * RxBuff, cons… 259 Linflexd_Uart_Ip_StatusType Linflexd_Uart_Ip_AsyncReceive(const uint8 Instance, uint8 * RxBuff, con…
|
| D | Linflexd_Uart_Ip_Types.h | 164 … uint8 * RxBuff; /**< @brief The buffer of received data.*/ member
|