Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs531 self.add_echo_byte(EchoOperation::Start.to_u8()); in receive_special_char()
532 self.add_echo_byte(EchoOperation::SetCanonCol.to_u8()); in receive_special_char()
560 self.add_echo_byte(EchoOperation::Start.to_u8()); in receive_special_char()
561 self.add_echo_byte(EchoOperation::SetCanonCol.to_u8()); in receive_special_char()
652 self.add_echo_byte(EchoOperation::Start.to_u8()); in eraser()
653 self.add_echo_byte(EchoOperation::MoveBackCol.to_u8()); in eraser()
717 self.add_echo_byte(EchoOperation::Start.to_u8()); in echo_erase_tab()
718 self.add_echo_byte(EchoOperation::EraseTab.to_u8()); in echo_erase_tab()
831 self.add_echo_byte(EchoOperation::Start.to_u8()); in receive_char()
832 self.add_echo_byte(EchoOperation::SetCanonCol.to_u8()); in receive_char()
[all …]
/DragonOS/kernel/src/driver/tty/
H A Dtty_core.rs685 pub fn to_u8(&self) -> u8 { in to_u8() method