Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32ze/Uart/src/
DLinflexd_Uart_Ip.c218 … const uint32 RxSize);
227 const uint32 RxSize);
524 const uint32 RxSize) in Linflexd_Uart_Ip_SetRxBuffer() argument
528 LINFLEXD_UART_IP_DEV_ASSERT(RxSize > 0U); in Linflexd_Uart_Ip_SetRxBuffer()
537 UartState->RxSize = RxSize; in Linflexd_Uart_Ip_SetRxBuffer()
679 if ((LINFLEXD_UART_IP_STATUS_ABORTED == UartState->ReceiveStatus) && (UartState->RxSize > 0U)) in Linflexd_Uart_Ip_CompleteReceiveUsingInterrupts()
830 --UartState->RxSize; in Linflexd_Uart_Ip_GetData()
835 if (1U == UartState->RxSize) in Linflexd_Uart_Ip_GetData()
839 --UartState->RxSize; in Linflexd_Uart_Ip_GetData()
847 UartState->RxSize -= 2U; in Linflexd_Uart_Ip_GetData()
[all …]
/hal_nxp-3.5.0/s32/drivers/s32ze/Uart/include/
DLinflexd_Uart_Ip.h185 const uint32 RxSize);
247 const uint32 RxSize,
266 const uint32 RxSize);
DLinflexd_Uart_Ip_Types.h163 …volatile uint32 RxSize; /**< @brief The remaining number of bytes to … member