Struct avr::addons::uart::Uart [] [src]

pub struct Uart {
    pub baud: u64,
    pub cpu_frequency: u64,
    // some fields omitted
}

Fields

The baud rate (bits/second)

The number of CPU ticks in a single second (ticks/second)

Methods

impl Uart
[src]

Trait Implementations

impl Addon for Uart
[src]