Home
last modified time | relevance | path

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

/bsp/sep6200/drivers/
A Dboard.c104 const rt_uint32_t uartclk = UART_CLK; in rt_hw_uart_init() local
107 *(RP)(SEP6200_UART0_DLBH) = (uartclk/16/115200) >> 8; in rt_hw_uart_init()
108 *(RP)(SEP6200_UART0_DLBL) = (uartclk/16/115200) & 0xff; in rt_hw_uart_init()

Completed in 6 milliseconds