[][src]Trait stm32l0xx_hal::serial::Pins

pub trait Pins<USART> {
    fn setup(&self);
}

Required methods

fn setup(&self)

Loading content...

Implementors

impl<Tx, Rx> Pins<LPUART1> for (PA2<Tx>, PA3<Rx>)[src]

impl<Tx, Rx> Pins<USART2> for (PA9<Tx>, PA10<Rx>)[src]

Loading content...