Searched refs:UART_O_IFLS (Results 1 – 12 of 12) sorted by relevance
56 #define UART_O_IFLS 0x00000034 // UART Interrupt FIFO Level Select macro
58 #define UART_O_IFLS 0x00000034 // UART Interrupt FIFO Level Select macro
43 #define UART_O_IFLS 0x00000034 // UART Interrupt FIFO Level Select macro
243 HWREG(ulBase + UART_O_IFLS) = ulTxLevel | ulRxLevel; in UARTFIFOLevelSet()278 ulTemp = HWREG(ulBase + UART_O_IFLS); in UARTFIFOLevelGet()
285 HWREG(ui32Base + UART_O_IFLS) = ui32TxLevel | ui32RxLevel; in UARTFIFOLevelSet()320 ui32Temp = HWREG(ui32Base + UART_O_IFLS); in UARTFIFOLevelGet()
262 HWREG(ui32Base + UART_O_IFLS) = ui32TxLevel | ui32RxLevel; in UARTFIFOLevelSet()297 ui32Temp = HWREG(ui32Base + UART_O_IFLS); in UARTFIFOLevelGet()
Completed in 50 milliseconds