Searched refs:UARTxCON (Results 1 – 1 of 1) sorted by relevance
13 UARTxCON = 0x00, enumerator29 uartx[UARTxCON] |= UART_CLK_SRC1; in hal_uart_setbaud()45 uartx[UARTxCON] &= ~UART_BIT9_ENABLE; in hal_uart_setparam()48 uartx[UARTxCON] |= UART_BIT9_ENABLE; in hal_uart_setparam()57 uartx[UARTxCON] &= ~UART_SB2_ENABLE; in hal_uart_setparam()60 uartx[UARTxCON] |= UART_SB2_ENABLE; in hal_uart_setparam()68 uartx[UARTxCON] |= UART_1LINE_ENABLE; in hal_uart_setparam()100 uartx[UARTxCON] = 0; in hal_uart_deinit()131 uartx[UARTxCON] |= (cntl); in hal_uart_control()133 uartx[UARTxCON] &= ~(cntl); in hal_uart_control()[all …]
Completed in 13 milliseconds