Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/tty/
Dmod.rs54 output_rx: mpsc::Receiver<u8>, field
83 let (output_tx, output_rx) = mpsc::channel::<u8>(Self::OUTPUT_BUF_SIZE); in new()
89 output_rx, in new()
222 let val: Result<mpsc::RecvRef<u8>, TryRecvError> = self.output_rx.try_recv_ref(); in read_output()