[][src]Function openthread_sys::otPlatDebugUart_write_bytes

pub unsafe extern "C" fn otPlatDebugUart_write_bytes(
    pBytes: *const u8,
    nBytes: c_int
)

Write N bytes to the UART, mapping cr/lf

@param[in] pBytes pointer to bytes to transmit. @param[in] nBytes how many bytes to transmit.