Function arduino_nano33iot::uart

source ·
pub fn uart(
    clocks: &mut GenericClockController,
    baud: impl Into<Hertz>,
    sercom5: SERCOM5,
    pm: &mut PM,
    rx: impl Into<Rx>,
    tx: impl Into<Tx>
) -> Uart
Expand description

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