[][src]Function itsybitsy_m0::uart

pub fn uart<F: Into<Hertz>>(
    clocks: &mut GenericClockController,
    baud: F,
    sercom0: SERCOM0,
    pm: &mut PM,
    d0: Pa11<Input<Floating>>,
    d1: Pa10<Input<Floating>>,
    port: &mut Port
) -> UART0<Sercom0Pad3<Pa11<PfC>>, Sercom0Pad2<Pa10<PfC>>, (), ()>

Convenience for setting up the labelled RX, TX pins to operate as a UART device running at the specified baud.