Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dtty_core.rs586 pub fn from_u8(num: u8) -> EchoOperation { in from_u8() method
/DragonOS/kernel/src/net/socket/
H A Dmod.rs772 return <Self as FromPrimitive>::from_u8(x).ok_or(SystemError::EINVAL); in try_from()
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs1263 if EchoOperation::from_u8(c) == EchoOperation::Start { in echoes()
1270 let op = EchoOperation::from_u8(self.echo_buf[ntty_buf_mask(tail + 1)]); in echoes()