Searched refs:_serial_0 (Results 1 – 1 of 1) sorted by relevance
30 static struct rt_serial_device _serial_0; variable250 _serial_0.config = config; in rt_hw_uart_init()251 _serial_0.ops = &_uart_ops; in rt_hw_uart_init()252 m_uart0_cfg.serial = &_serial_0; in rt_hw_uart_init()253 result = rt_hw_serial_register(&_serial_0, "uart0", \ in rt_hw_uart_init()
Completed in 4 milliseconds