Searched refs:hal_uart_config (Results 1 – 1 of 1) sorted by relevance
312 struct HAL_UART_CONFIG hal_uart_config; in rockchip_uart_configure() local320 hal_uart_config.stopBit = UART_ONE_STOPBIT; in rockchip_uart_configure()322 hal_uart_config.stopBit = UART_ONE_AND_HALF_OR_TWO_STOPBIT; in rockchip_uart_configure()327 hal_uart_config.parity = UART_ODD_PARITY; in rockchip_uart_configure()329 hal_uart_config.parity = UART_EVEN_PARITY; in rockchip_uart_configure()331 hal_uart_config.parity = UART_PARITY_DISABLE; in rockchip_uart_configure()333 hal_uart_config.baudRate = cfg->baud_rate; in rockchip_uart_configure()334 hal_uart_config.dataBit = cfg->data_bits; in rockchip_uart_configure()336 HAL_UART_Init(dev, &hal_uart_config); in rockchip_uart_configure()
Completed in 4 milliseconds