[−][src]Function mynewt::sys::console::console_dump
unsafe extern "C" fn console_dump(buffer: *const u8, len: u32)
Write "length" number of bytes from "buffer" to the output buffer in hex format.
C API: void console_dump(const uint8_t *buffer, unsigned int len)