Struct stm32f103xx_hal::serial::Rx [] [src]

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

Serial receiver

Methods

impl Rx<USART1>
[src]

[src]

[src]

impl Rx<USART2>
[src]

[src]

[src]

impl Rx<USART3>
[src]

[src]

[src]

Trait Implementations

impl Read<u8> for Rx<USART1>
[src]

Read error

[src]

Reads a single word from the serial interface

impl Read<u8> for Rx<USART2>
[src]

Read error

[src]

Reads a single word from the serial interface

impl Read<u8> for Rx<USART3>
[src]

Read error

[src]

Reads a single word from the serial interface