Searched refs:CONSOLE (Results 1 – 1 of 1) sorted by relevance
24 static CONSOLE: SpinMutex<Option<Uart>> = SpinMutex::new(None); constant37 CONSOLE.lock().replace(uart); in init()44 CONSOLE.lock().as_mut().unwrap().write_str(s).unwrap(); in write_str()51 write(CONSOLE.lock().as_mut().unwrap(), format_args).unwrap(); in write_args()