Searched refs:UART_O_IMSC (Results 1 – 6 of 6) sorted by relevance
444 HWREG(base + UART_O_IMSC) |= intFlags; in UARTEnableInt()475 HWREG(base + UART_O_IMSC) &= ~(intFlags); in UARTDisableInt()
748 HWREG(ui32Base + UART_O_IMSC) |= ui32IntFlags; in UARTIntEnable()781 HWREG(ui32Base + UART_O_IMSC) &= ~(ui32IntFlags); in UARTIntDisable()
750 HWREG(ui32Base + UART_O_IMSC) |= ui32IntFlags; in UARTIntEnable()783 HWREG(ui32Base + UART_O_IMSC) &= ~(ui32IntFlags); in UARTIntDisable()
70 #define UART_O_IMSC 0x00000038U macro
74 #define UART_O_IMSC 0x00000038 macro