Home
last modified time | relevance | path

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

/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/
A Duart.c265 uint32_t ui32RxLevel) in UARTFIFOLevelSet() argument
276 ASSERT((ui32RxLevel == UART_FIFO_RX1_8) || in UARTFIFOLevelSet()
277 (ui32RxLevel == UART_FIFO_RX2_8) || in UARTFIFOLevelSet()
278 (ui32RxLevel == UART_FIFO_RX4_8) || in UARTFIFOLevelSet()
279 (ui32RxLevel == UART_FIFO_RX6_8) || in UARTFIFOLevelSet()
280 (ui32RxLevel == UART_FIFO_RX7_8)); in UARTFIFOLevelSet()
285 HWREG(ui32Base + UART_O_IFLS) = ui32TxLevel | ui32RxLevel; in UARTFIFOLevelSet()
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/
A Duart.c242 uint32_t ui32RxLevel) in UARTFIFOLevelSet() argument
253 ASSERT((ui32RxLevel == UART_FIFO_RX1_8) || in UARTFIFOLevelSet()
254 (ui32RxLevel == UART_FIFO_RX2_8) || in UARTFIFOLevelSet()
255 (ui32RxLevel == UART_FIFO_RX4_8) || in UARTFIFOLevelSet()
256 (ui32RxLevel == UART_FIFO_RX6_8) || in UARTFIFOLevelSet()
257 (ui32RxLevel == UART_FIFO_RX7_8)); in UARTFIFOLevelSet()
262 HWREG(ui32Base + UART_O_IFLS) = ui32TxLevel | ui32RxLevel; in UARTFIFOLevelSet()
A Duart.h198 uint32_t ui32RxLevel);
A Drom.h2243 uint32_t ui32RxLevel))ROM_UARTTABLE[3])
/bsp/tm4c129x/libraries/driverlib/
A Duart.c265 uint32_t ui32RxLevel) in UARTFIFOLevelSet() argument
276 ASSERT((ui32RxLevel == UART_FIFO_RX1_8) || in UARTFIFOLevelSet()
277 (ui32RxLevel == UART_FIFO_RX2_8) || in UARTFIFOLevelSet()
278 (ui32RxLevel == UART_FIFO_RX4_8) || in UARTFIFOLevelSet()
279 (ui32RxLevel == UART_FIFO_RX6_8) || in UARTFIFOLevelSet()
280 (ui32RxLevel == UART_FIFO_RX7_8)); in UARTFIFOLevelSet()
285 HWREG(ui32Base + UART_O_IFLS) = ui32TxLevel | ui32RxLevel; in UARTFIFOLevelSet()
A Duart.h197 uint32_t ui32RxLevel);
A Drom.h6507 uint32_t ui32RxLevel))ROM_UARTTABLE[3])
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/
A Duart.h197 uint32_t ui32RxLevel);
A Drom.h6507 uint32_t ui32RxLevel))ROM_UARTTABLE[3])

Completed in 51 milliseconds