Searched refs:LPUART_RING_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
64 #ifndef LPUART_RING_BUFFER_SIZE65 #define LPUART_RING_BUFFER_SIZE (128U) macro210 … s_ringBuffer[sizeof(s_LpuartAdapterBase) / sizeof(LPUART_Type *)][LPUART_RING_BUFFER_SIZE]) = {0};290 if (remainingBytes == LPUART_RING_BUFFER_SIZE) in HAL_UartGetDmaReceivedBytes()296 newIndex = LPUART_RING_BUFFER_SIZE - remainingBytes; in HAL_UartGetDmaReceivedBytes()301 newIndex = newIndex + LPUART_RING_BUFFER_SIZE; in HAL_UartGetDmaReceivedBytes()346 if (ringBufferIndex[instance] + callbackLength < LPUART_RING_BUFFER_SIZE) in HAL_UartDMAIdlelineInterruptHandle()354 remianLength = callbackLength + ringBufferIndex[instance] - LPUART_RING_BUFFER_SIZE; in HAL_UartDMAIdlelineInterruptHandle()1914 LPUART_RING_BUFFER_SIZE, kEDMA_PeripheralToMemory); in LPUART_StartRingBufferEDMA()