Home
last modified time | relevance | path

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

/openbmc/qemu/rust/hw/char/pl011/src/
H A Dlib.rs235 pub struct ReceiveStatusErrorClear { struct
236 pub framing_error: bool,
237 pub parity_error: bool,
238 pub break_error: bool,
239 pub overrun_error: bool,
240 _reserved_unpredictable: u4,
243 impl ReceiveStatusErrorClear { impl
250 impl Default for ReceiveStatusErrorClear { implementation