Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Duart.h113 #define UART_FIFO_TX4_8 0x00000002 //!< Transmit interrupt at 1/2 Full macro
173 …ASSERT((txLevel == UART_FIFO_TX2_8) || (txLevel == UART_FIFO_TX4_8) || (txLevel == UART_FIFO_TX6_8… in UARTSetFifoLevel()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Duart.h106 #define UART_FIFO_TX4_8 0x00000002 // Transmit interrupt at 1/2 Full macro
Duart.c226 (ulTxLevel == UART_FIFO_TX4_8) || in UARTFIFOLevelSet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Duart.h143 #define UART_FIFO_TX4_8 0x00000002 // Transmit interrupt at 1/2 Full macro
312 (ui32TxLevel == UART_FIFO_TX4_8) || in UARTFIFOLevelSet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Duart.h145 #define UART_FIFO_TX4_8 0x00000002 // Transmit interrupt at 1/2 Full macro
314 (ui32TxLevel == UART_FIFO_TX4_8) || in UARTFIFOLevelSet()
/hal_ti-latest/simplelink/source/ti/drivers/uart/
DUARTCC32XXDMA.c914 MAP_UARTFIFOLevelSet(hwAttrs->baseAddr, UART_FIFO_TX4_8, UART_FIFO_RX4_8); in initHw()
/hal_ti-latest/simplelink/source/ti/drivers/uart2/
DUART2CC32XX.c137 UART_FIFO_TX4_8, /* UART2CC32XX_FIFO_THRESHOLD_4_8 */