Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/uart2/
DUART2CC32XX.c324 uint32_t fifoThresholdBytes; in UART2CC32XX_hwiIntFxn() local
359 fifoThresholdBytes = rxFifoBytes[hwAttrs->rxIntFifoThr]; in UART2CC32XX_hwiIntFxn()
360 bytesToRead = MIN(fifoThresholdBytes - 1, object->readCount); in UART2CC32XX_hwiIntFxn()