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 Dlib.rs334 pub struct LineControl { struct
336 _reserved_zero_no_modify: u8,
345 pub sticky_parity: bool,
351 pub word_length: WordLength,
356 pub fifos_enabled: Mode,
360 pub two_stops_bits: bool,
370 pub parity: Parity,
377 pub parity_enabled: bool,
385 pub send_break: bool,
388 impl LineControl { impl
[all …]