Struct emlib::adc::Init [] [src]

#[repr(C)]
pub struct Init { pub ovs_rate_sel: OvsRateSel, pub lpf_mode: LPFilter, pub warm_up_mode: Warmup, pub timebase: u8, pub prescale: u8, pub tailgate: bool, }

Fields

Trait Implementations

impl Copy for Init
[src]

impl Clone for Init
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Init
[src]

[src]

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