Searched refs:Uart (Results 1 – 2 of 2) sorted by relevance
22 pub struct Uart { struct26 impl Uart { argument52 impl Write for Uart { implementation62 unsafe impl Send for Uart {} implementation
17 use crate::uart::Uart;24 static CONSOLE: SpinMutex<Option<Uart>> = SpinMutex::new(None);27 fn create() -> Uart { in create()30 unsafe { Uart::new(BASE_ADDRESS) } in create()