Searched refs:RxBuff (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.6.0/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… 528 void Linflexd_Uart_Ip_SetRxBuffer(const uint8 Instance, uint8 * RxBuff, const uint32 RxSize) in Linflexd_Uart_Ip_SetRxBuffer() argument 531 LINFLEXD_UART_IP_DEV_ASSERT(RxBuff != NULL_PTR); in Linflexd_Uart_Ip_SetRxBuffer() 540 UartState->RxBuff = RxBuff; in Linflexd_Uart_Ip_SetRxBuffer() 830 *(UartState->RxBuff) = Linflexd_Uart_Ip_GetRxDataBuffer1Byte(Base); in Linflexd_Uart_Ip_GetData() 832 ++UartState->RxBuff; in Linflexd_Uart_Ip_GetData() 840 *(UartState->RxBuff) = (uint8)(Linflexd_Uart_Ip_GetRxDataBuffer2Bytes(Base)); in Linflexd_Uart_Ip_GetData() 841 ++UartState->RxBuff; in Linflexd_Uart_Ip_GetData() 846 *((uint16*)(UartState->RxBuff)) = Linflexd_Uart_Ip_GetRxDataBuffer2Bytes(Base); in Linflexd_Uart_Ip_GetData() [all …]
|
/hal_nxp-3.6.0/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
|