Home
last modified time | relevance | path

Searched defs:LineControl (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/rust/hw/char/pl011/src/
H A Dregisters.rs272 pub struct LineControl { struct
280 pub send_break: bool,
287 pub parity_enabled: bool,
297 pub parity: Parity,
301 pub two_stops_bits: bool,
325 impl_vmstate_bitsized!(LineControl); argument
327 impl LineControl { implementation
334 impl Default for LineControl { implementation