Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/driver/tty/
Dtty_core.rs524 pub fn from_u8(num: u8) -> EchoOperation { in from_u8() method
/DragonOS-0.1.9/kernel/src/net/socket/
Dmod.rs773 return <Self as FromPrimitive>::from_u8(x).ok_or_else(|| SystemError::EINVAL); in try_from()
/DragonOS-0.1.9/kernel/src/driver/tty/tty_ldisc/
Dntty.rs1265 if EchoOperation::from_u8(c) == EchoOperation::Start { in echoes()
1272 let op = EchoOperation::from_u8(self.echo_buf[ntty_buf_mask(tail + 1)]); in echoes()