Lines Matching refs:bufferLength
73 volatile uint32_t bufferLength; member
83 volatile uint32_t bufferLength; member
130 volatile uint32_t bufferLength; member
138 volatile uint32_t bufferLength; member
332 if (receiveLength < uartDmaHandle->dma_rx.bufferLength) in HAL_UartDMAIdlelineInterruptHandle()
340 …(receiveLength < uartDmaHandle->dma_rx.bufferLength) ? receiveLength : uartDmaHandle->dma_rx.buffe… in HAL_UartDMAIdlelineInterruptHandle()
462 dmaMsg.dataSize = uartDmaHandle->dma_tx.bufferLength; in HAL_UartInterruptHandle()
556 if (uartHandle->rx.bufferSofar >= uartHandle->rx.bufferLength) in HAL_UartInterruptHandle()
608 if (uartHandle->tx.bufferSofar >= uartHandle->tx.bufferLength) in HAL_UartInterruptHandle()
1014 uartHandle->rx.bufferLength = length; in HAL_UartReceiveNonBlocking()
1039 uartHandle->tx.bufferLength = length; in HAL_UartSendNonBlocking()
1960 dmaMsg.dataSize = uartDmaHandle->dma_tx.bufferLength; in LPUART_DMACallbacks()
1967 dmaMsg.dataSize = uartDmaHandle->dma_rx.bufferLength; in LPUART_DMACallbacks()
2320 uartDmaHandle->dma_rx.bufferLength = length; in HAL_UartDMATransferReceive()
2375 uartDmaHandle->dma_tx.bufferLength = length; in HAL_UartDMATransferSend()