Struct kernel::hil::uart::UARTParams [] [src]

pub struct UARTParams {
    pub baud_rate: u32,
    pub stop_bits: StopBits,
    pub parity: Parity,
    pub hw_flow_control: bool,
}

Fields

Trait Implementations

impl Copy for UARTParams
[src]

impl Clone for UARTParams
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UARTParams
[src]

[src]

Formats the value using the given formatter. Read more