write

Function write 

Source
pub unsafe fn write(params: Params) -> isize
Available on non-crate feature native only.
Expand description

Writes to a UART from a buffer.

Returns the number of bytes written. This function does not block and may return zero.