Struct stm32f0x0_hal::serial::Rx[][src]

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

Serial receiver

Trait Implementations

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

Read error

Reads a single word from the serial interface

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

Read error

Reads a single word from the serial interface

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

Read error

Reads a single word from the serial interface

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

Read error

Reads a single word from the serial interface

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

Read error

Reads a single word from the serial interface

Auto Trait Implementations

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

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