[][src]Macro macros::out

out!() { /* proc-macro */ }

Given a static mutable variable, return an unsafe mutable pointer that's suitable for passing to Mynewt APIs for writing output. out!(NETWORK_TASK) expands to unsafe { &mut NETWORK_TASK }