Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/uart/
Dfsl_adapter_lpuart.c64 #ifndef LPUART_RING_BUFFER_SIZE
65 #define LPUART_RING_BUFFER_SIZE (128U) macro
210 … 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()