Struct stm32f042_hal::serial::Serial [] [src]

pub struct Serial<USART, PINS> { /* fields omitted */ }

Serial abstraction

Methods

impl<PINS> Serial<USART1, PINS>
[src]

USART1

[src]

[src]

[src]

impl<PINS> Serial<USART2, PINS>
[src]

USART2

[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl<USART, PINS> Send for Serial<USART, PINS> where
    PINS: Send,
    USART: Send

impl<USART, PINS> Sync for Serial<USART, PINS> where
    PINS: Sync,
    USART: Sync