pub trait UarteExt: Deref<Target = RegisterBlock> + Sized {
    fn constrain(
        self,
        pins: Pins,
        parity: PARITYW,
        baudrate: BAUDRATEW
    ) -> Uarte<Self>; }

Required Methods

Implementors