Macro f3::iprint [] [src]

macro_rules! iprint {
    ($s:expr) => { ... };
    ($($arg:tt)*) => { ... };
}

Macro for sending print!-formatted messages to the ITM (Instrumentation Trace Macrocell).