[]Trait dwm1001::prelude::UarteExt

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

Required methods

fn constrain(
    self,
    pins: Pins,
    parity: PARITYW,
    baudrate: BAUDRATEW
) -> Uarte<Self>

Loading content...

Implementations on Foreign Types

impl UarteExt for UARTE0

Loading content...

Implementors

Loading content...