Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Duart.h155 #define UART_FIFO_RX1_8 0x00000000 // Receive interrupt at 1/8 Full macro
317 ASSERT((ui32RxLevel == UART_FIFO_RX1_8) || in UARTFIFOLevelSet()
/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/driverlib/
Duart.h116 #define UART_FIFO_RX1_8 0x00000000 // Receive interrupt at 1/8 Full macro
Duart.c229 ASSERT((ulRxLevel == UART_FIFO_RX1_8) || in UARTFIFOLevelSet()
/hal_ti-2.7.6/simplelink/source/ti/drivers/uart2/
DUART2CC32XX.c147 UART_FIFO_RX1_8, /* UART2CC32XX_FIFO_THRESHOLD_1_8 */
/hal_ti-2.7.6/simplelink/source/ti/drivers/uart/
DUARTCC32XX.c867 MAP_UARTFIFOLevelSet(hwAttrs->baseAddr, UART_FIFO_TX1_8, UART_FIFO_RX1_8); in initHw()