Searched defs:UartWriter (Results 1 – 3 of 3) sorted by relevance
96 pub struct UartWriter { struct97 pub fd: i32,157 impl base::Writer for UartWriter { implementation
513 pub async fn start_uart(session_id: u32, wr: UartWriter) { in start_uart()
328 pub async fn start(session_id: u32, wr: UartWriter) { in start()