Struct stm32f30x_hal::serial::Tx [] [src]

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

Serial transmitter

Trait Implementations

impl Write<u8> for Tx<USART1>
[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 Write<u8> for Tx<USART2>
[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 Write<u8> for Tx<USART3>
[src]

Write error

[src]

Ensures that none of the previously written words are still buffered

[src]

Writes a single word to the serial interface

Auto Trait Implementations

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

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