Struct emlib::leuart::Init [] [src]

#[repr(C)]
pub struct Init { pub enable: Enable, pub ref_freq: u32, pub baudrate: u32, pub databits: Databits, pub parity: Parity, pub stopbits: Stopbits, }

Fields

Trait Implementations

impl Default for Init
[src]

[src]

Returns the "default value" for a type. Read more