MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / lnstat

Method lnstat

src/dev/drivers/mm_uart.rs:64–70  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

62 }
63
64 fn lnstat(&mut self) -> LineStatFlag
65 {
66 unsafe
67 {
68 LineStatFlag::from_bits_truncate(*self.lnstat.load(Ordering::Relaxed))
69 }
70 }
71
72 // Send a byte via the serial port:
73 pub fn send(&mut self, data: u8)

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected