Enum ina260::Averaging [] [src]

pub enum Averaging {
    AVG1,
    AVG4,
    AVG16,
    AVG64,
    AVG128,
    AVG256,
    AVG512,
    AVG1024,
}

Averaging Mode Determines the number of samples that are collected and averaged.

Variants

Methods

impl Averaging
[src]

[src]

Trait Implementations

impl Copy for Averaging
[src]

impl Clone for Averaging
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Averaging

impl Sync for Averaging