Struct stm32f103xx_hal::serial::Tx [] [src]

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

Serial transmitter

Methods

impl Tx<USART1>
[src]

[src]

impl Tx<USART2>
[src]

[src]

impl Tx<USART3>
[src]

[src]

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