Home
last modified time | relevance | path

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

/bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/source/
A Dab32vg1_hal_uart.c13 UARTxCON = 0x00, enumerator
29 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