Searched refs:receive_status_error_clear (Results 1 – 2 of 2) sorted by relevance
69 pub receive_status_error_clear: registers::ReceiveStatusErrorClear, field206 self.receive_status_error_clear = c.to_be_bytes()[3].into(); in read()211 Ok(RSR) => u8::from(self.receive_status_error_clear).into(), in read()258 self.receive_status_error_clear = 0.into(); in write()428 self.receive_status_error_clear.reset(); in reset()458 self.receive_status_error_clear.set_break_error(true); in event()
57 vmstate_uint32!(receive_status_error_clear, PL011State),