Lines Matching refs:UART_UCR2_REG
60 UART_UCR2_REG(base) |= (initConfig->wordLength | in UART_Init()
89 UART_UCR2_REG(base) = UART_UCR2_SRST_MASK; in UART_Deinit()
103 UART_UCR2_REG(base) &= ~UART_UCR2_SRST_MASK; in UART_Deinit()
104 while (!(UART_UCR2_REG(base) & UART_UCR2_SRST_MASK)); in UART_Deinit()
348 UART_UCR2_REG(base) &= ~UART_UCR2_IRTS_MASK; in UART_SetRtsFlowCtrlCmd()
350 UART_UCR2_REG(base) |= UART_UCR2_IRTS_MASK; in UART_SetRtsFlowCtrlCmd()
365 UART_UCR2_REG(base) |= UART_UCR2_CTSC_MASK; in UART_SetCtsFlowCtrlCmd()
367 UART_UCR2_REG(base) &= ~UART_UCR2_CTSC_MASK; in UART_SetCtsFlowCtrlCmd()
382 UART_UCR2_REG(base) |= UART_UCR2_CTS_MASK; in UART_SetCtsPinLevel()
384 UART_UCR2_REG(base) &= ~UART_UCR2_CTS_MASK; in UART_SetCtsPinLevel()
605 UART_UCR2_REG(base) |= UART_UCR2_ESCEN_MASK; in UART_SetEscapeDecectCmd()
607 UART_UCR2_REG(base) &= ~UART_UCR2_ESCEN_MASK; in UART_SetEscapeDecectCmd()