Home
last modified time | relevance | path

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

/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/
A Duart.c264 UARTFIFOLevelSet(uint32_t ui32Base, uint32_t ui32TxLevel, in UARTFIFOLevelSet() argument
271 ASSERT((ui32TxLevel == UART_FIFO_TX1_8) || in UARTFIFOLevelSet()
272 (ui32TxLevel == UART_FIFO_TX2_8) || in UARTFIFOLevelSet()
273 (ui32TxLevel == UART_FIFO_TX4_8) || in UARTFIFOLevelSet()
274 (ui32TxLevel == UART_FIFO_TX6_8) || in UARTFIFOLevelSet()
275 (ui32TxLevel == UART_FIFO_TX7_8)); in UARTFIFOLevelSet()
285 HWREG(ui32Base + UART_O_IFLS) = ui32TxLevel | ui32RxLevel; in UARTFIFOLevelSet()
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/
A Duart.c241 UARTFIFOLevelSet(uint32_t ui32Base, uint32_t ui32TxLevel, in UARTFIFOLevelSet() argument
248 ASSERT((ui32TxLevel == UART_FIFO_TX1_8) || in UARTFIFOLevelSet()
249 (ui32TxLevel == UART_FIFO_TX2_8) || in UARTFIFOLevelSet()
250 (ui32TxLevel == UART_FIFO_TX4_8) || in UARTFIFOLevelSet()
251 (ui32TxLevel == UART_FIFO_TX6_8) || in UARTFIFOLevelSet()
252 (ui32TxLevel == UART_FIFO_TX7_8)); in UARTFIFOLevelSet()
262 HWREG(ui32Base + UART_O_IFLS) = ui32TxLevel | ui32RxLevel; in UARTFIFOLevelSet()
A Duart.h197 extern void UARTFIFOLevelSet(uint32_t ui32Base, uint32_t ui32TxLevel,
A Drom.h2242 uint32_t ui32TxLevel, \
/bsp/tm4c129x/libraries/driverlib/
A Duart.c264 UARTFIFOLevelSet(uint32_t ui32Base, uint32_t ui32TxLevel, in UARTFIFOLevelSet() argument
271 ASSERT((ui32TxLevel == UART_FIFO_TX1_8) || in UARTFIFOLevelSet()
272 (ui32TxLevel == UART_FIFO_TX2_8) || in UARTFIFOLevelSet()
273 (ui32TxLevel == UART_FIFO_TX4_8) || in UARTFIFOLevelSet()
274 (ui32TxLevel == UART_FIFO_TX6_8) || in UARTFIFOLevelSet()
275 (ui32TxLevel == UART_FIFO_TX7_8)); in UARTFIFOLevelSet()
285 HWREG(ui32Base + UART_O_IFLS) = ui32TxLevel | ui32RxLevel; in UARTFIFOLevelSet()
A Duart.h196 extern void UARTFIFOLevelSet(uint32_t ui32Base, uint32_t ui32TxLevel,
A Drom.h6506 uint32_t ui32TxLevel, \
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/
A Duart.h196 extern void UARTFIFOLevelSet(uint32_t ui32Base, uint32_t ui32TxLevel,
A Drom.h6506 uint32_t ui32TxLevel, \

Completed in 848 milliseconds