Struct nrf51_hal::serial::Tx [] [src]

pub struct Tx<UART> { /* fields omitted */ }

Serial transmitter

Trait Implementations

impl Write<u8> for Tx<UART0>
[src]

Write error

[src]

Ensures that none of the previously written words are still buffered

[src]

Writes a single word to the serial interface

impl<UART> Write for Tx<UART> where
    Tx<UART>: Write<u8>, 
[src]

[src]

Writes a slice of bytes into this writer, returning whether the write succeeded. Read more

1.1.0
[src]

Writes a [char] into this writer, returning whether the write succeeded. Read more

1.0.0
[src]

Glue for usage of the [write!] macro with implementors of this trait. Read more

Auto Trait Implementations

impl<UART> Send for Tx<UART> where
    UART: Send

impl<UART> Sync for Tx<UART> where
    UART: Sync