openthread_sys

Function otPlatDebugUart_write_bytes

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

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.