Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Duart.h305 UARTFIFOLevelSet(uint32_t ui32Base, uint32_t ui32TxLevel, in UARTFIFOLevelSet() argument
310 ASSERT((ui32TxLevel == UART_FIFO_TX1_8) || in UARTFIFOLevelSet()
311 (ui32TxLevel == UART_FIFO_TX2_8) || in UARTFIFOLevelSet()
312 (ui32TxLevel == UART_FIFO_TX4_8) || in UARTFIFOLevelSet()
313 (ui32TxLevel == UART_FIFO_TX6_8) || in UARTFIFOLevelSet()
314 (ui32TxLevel == UART_FIFO_TX7_8)); in UARTFIFOLevelSet()
322 HWREG(ui32Base + UART_O_IFLS) = ui32TxLevel | ui32RxLevel; in UARTFIFOLevelSet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Duart.h307 UARTFIFOLevelSet(uint32_t ui32Base, uint32_t ui32TxLevel, in UARTFIFOLevelSet() argument
312 ASSERT((ui32TxLevel == UART_FIFO_TX1_8) || in UARTFIFOLevelSet()
313 (ui32TxLevel == UART_FIFO_TX2_8) || in UARTFIFOLevelSet()
314 (ui32TxLevel == UART_FIFO_TX4_8) || in UARTFIFOLevelSet()
315 (ui32TxLevel == UART_FIFO_TX6_8) || in UARTFIFOLevelSet()
316 (ui32TxLevel == UART_FIFO_TX7_8)); in UARTFIFOLevelSet()
324 HWREG(ui32Base + UART_O_IFLS) = ui32TxLevel | ui32RxLevel; in UARTFIFOLevelSet()