[][src]Trait nrf52840_hal::uarte::UarteExt

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

Required Methods

Implementors

impl UarteExt for UARTE0
[src]