Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dserial.rs43 const MCR_RTS_BIT: u8 = 0x02; // Request to Send constant
397 if self.modem_control & MCR_RTS_BIT != 0 { in read()