UartInit

Trait UartInit 

Source
pub trait UartInit<U> {
    // Required method
    fn constrain(self, mcu: &mut Mcu) -> Uart<U>;
}

Required Methods§

Source

fn constrain(self, mcu: &mut Mcu) -> Uart<U>

Implementors§