Home
last modified time | relevance | path

Searched defs:UartWriter (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/hdc_rust/src/transfer/
Duart.rs96 pub struct UartWriter { struct
97 pub fd: i32,
157 impl base::Writer for UartWriter { implementation
Duart_wrapper.rs513 pub async fn start_uart(session_id: u32, wr: UartWriter) { in start_uart()
Dbuffer.rs328 pub async fn start(session_id: u32, wr: UartWriter) { in start()