Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dtermios.rs128 control_mode: ControlMode::B38400
268 const B38400 = 0x0000000f; constant
/DragonOS/kernel/src/driver/tty/pty/
H A Dmod.rs262 term.control_mode = ControlMode::B38400 | ControlMode::CS8 | ControlMode::CREAD; in pty_init()
283 term.control_mode = ControlMode::B38400 | ControlMode::CS8 | ControlMode::CREAD; in pty_init()